editors: scel - disabling bytecode compilation is an advanced option
Signed-off-by: Tim Blechmann <tim@klingt.org>
This commit is contained in:
parent
f5f09b6090
commit
494cf1fe11
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue