emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/sweeprolog 504d4ff714 136/166: Find Emacs as `emacs`


From: ELPA Syncer
Subject: [nongnu] elpa/sweeprolog 504d4ff714 136/166: Find Emacs as `emacs`
Date: Fri, 30 Sep 2022 04:59:32 -0400 (EDT)

branch: elpa/sweeprolog
commit 504d4ff71464c99112319c1844da8a2e565c47e4
Author: Jan Wielemaker <J.Wielemaker@vu.nl>
Commit: Jan Wielemaker <J.Wielemaker@vu.nl>

    Find Emacs as `emacs`
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2f2f561a61..67fc64143b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]