From d9c1a290a8e8c9b2f69df8ec6f7d2af63bd774f3 Mon Sep 17 00:00:00 2001 From: thdox Date: Tue, 18 Oct 2016 22:39:56 +0200 Subject: Remove the build of ledger-mode in Makefile [ci skip] --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'CMakeLists.txt') 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) ######################################################################## -- cgit v1.2.3