Make ENABLE_EXPERIMENTAL a config parameter.
This commit is contained in:
parent
f4841e5468
commit
9c9c33fd8b
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ if (UNIX AND NOT APPLE AND NOT CYGWIN)
|
|||
endif(UNIX AND NOT APPLE AND NOT CYGWIN)
|
||||
option(ENABLE_STRICT_COMPILATION "Sets the strict compilation mode" ON)
|
||||
option(ENABLE_DEBUG_WINDOW_LAYOUT "Add the debug option to allow the generation of debug layout files in dot format" OFF)
|
||||
option(ENABLE_EXPERIMENTAL "Enable some experimental features, what exactly differs over time" OFF)
|
||||
|
||||
#misc options
|
||||
if(NOT MSVC)
|
||||
|
|
Loading…
Add table
Reference in a new issue