diff options
author | thdox <thdox@free.fr> | 2016-10-18 22:39:56 +0200 |
---|---|---|
committer | thdox <thdox@free.fr> | 2016-10-27 21:31:35 +0200 |
commit | d9c1a290a8e8c9b2f69df8ec6f7d2af63bd774f3 (patch) | |
tree | 5ebefa28229f10f9d3ba655e61b8a9a698529de0 /CMakeLists.txt | |
parent | 01214f2ab8115a0c93d7521f0edd600ea7267ce9 (diff) | |
download | fork-ledger-d9c1a290a8e8c9b2f69df8ec6f7d2af63bd774f3.tar.gz fork-ledger-d9c1a290a8e8c9b2f69df8ec6f7d2af63bd774f3.tar.bz2 fork-ledger-d9c1a290a8e8c9b2f69df8ec6f7d2af63bd774f3.zip |
Remove the build of ledger-mode in Makefile
[ci skip]
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 969ded69..f5da6a04 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,6 @@ option(BUILD_DEBUG "Build support for runtime debugging" OFF) option(BUILD_LIBRARY "Build and install Ledger as a library" ON) option(BUILD_DOCS "Build and install documentation" OFF) option(BUILD_WEB_DOCS "Build version of documentation suitable for viewing online" OFF) -option(BUILD_EMACSLISP "Build and install ledger-mode for Emacs" OFF) if (BUILD_DEBUG) set(CMAKE_BUILD_TYPE Debug) @@ -307,9 +306,6 @@ endif() add_subdirectory(src) add_subdirectory(doc) -if (BUILD_EMACSLISP) - add_subdirectory(lisp) -endif() add_subdirectory(test) ######################################################################## |