summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9009ccd..1dcdc18 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -126,6 +126,7 @@ if(WITH_LIBEDIT)
 	if(LIBEDIT_FOUND)
 		link_libraries(PkgConfig::LIBEDIT)
 	else()
+		unset(LIBEDIT_FOUND CACHE)
 		check_include_file("histedit.h" HAVE_HISTEDIT_H)
 		check_library_exists(edit history_init /usr/lib LIBEDIT_FOUND)
 		if(HAVE_HISTEDIT_H AND LIBEDIT_FOUND)
;follow=1'>Source ~/.profile.local if it existsJune McEnroe 2022-03-18Publish "Addendum 2021"June McEnroe 2022-03-16Remove wcwidth portJune McEnroe DYLD_FORCE_FLAT_NAMESPACE no longer exists in macOS 12 so this approach doesn't work anymore. Moved to <https://git.causal.agency/jorts/tree/wcwidth> and compiled into <https://git.causal.agency/jorts/tree/ncurses>. 2022-03-16Remove -j4 from ./PlanJune McEnroe Plan learned to set this automatically! 2022-03-15Rewrite Linux install.sh for DebianJune McEnroe 2022-03-15Remove dashJune McEnroe