]> git.eshelyaron.com Git - sweep.git/commitdiff
Find Emacs as `emacs`
authorJan Wielemaker <J.Wielemaker@vu.nl>
Sat, 24 Sep 2022 13:48:02 +0000 (15:48 +0200)
committerJan Wielemaker <J.Wielemaker@vu.nl>
Sat, 24 Sep 2022 13:48:02 +0000 (15:48 +0200)
CMakeLists.txt

index 2f2f561a6175fa69426a8f50dad9a4a00a06c39a..67fc64143b0320efdffe3715eb9d8cf2fbd153f5 100644 (file)
@@ -3,7 +3,7 @@ project(swipl-sweep)
 
 include("../cmake/PrologPackage.cmake")
 
-find_program(EMACS Emacs)
+find_program(EMACS emacs Emacs)
 
 find_path(
   EMACS_INCLUDE_DIR