Make ENABLE_EXPERIMENTAL a config parameter.

This commit is contained in:
Mark de Wever 2010-01-31 15:15:21 +00:00
parent f4841e5468
commit 9c9c33fd8b

View file

@ -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)