From 494cf1fe11c77c88de062b6deb932b1d83de585b Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Wed, 7 Mar 2012 23:32:41 +0100 Subject: [PATCH] editors: scel - disabling bytecode compilation is an advanced option Signed-off-by: Tim Blechmann --- el/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/el/CMakeLists.txt b/el/CMakeLists.txt index f556344..a09b929 100644 --- a/el/CMakeLists.txt +++ b/el/CMakeLists.txt @@ -1,4 +1,5 @@ option(SC_EL_BYTECOMPILE "Build emacs-based IDE." ON) +mark_as_advanced(SC_EL_BYTECOMPILE) file(GLOB scel_sources RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.el)