Add a default value for BUILD_SYSTEM_TESTS
Adding a default value makes it visible in the CMake configuration GUI.
This commit is contained in:
@ -14,6 +14,7 @@ option(BUILD_LUAFILTER "Build Luafilter" ON)
|
|||||||
option(GCOV "Use gcov build flags" OFF)
|
option(GCOV "Use gcov build flags" OFF)
|
||||||
option(WITH_SCRIPTS "Install init.d scripts and ldconf configuration files" ON)
|
option(WITH_SCRIPTS "Install init.d scripts and ldconf configuration files" ON)
|
||||||
option(BUILD_TESTS "Build tests" ON)
|
option(BUILD_TESTS "Build tests" ON)
|
||||||
|
option(BUILD_SYSTEM_TESTS "Build system tests" OFF)
|
||||||
option(PACKAGE "Enable package building (this disables local installation of system files)" OFF)
|
option(PACKAGE "Enable package building (this disables local installation of system files)" OFF)
|
||||||
option(BUILD_TOOLS "Build extra utility tools" OFF)
|
option(BUILD_TOOLS "Build extra utility tools" OFF)
|
||||||
option(PROFILE "Profiling (gprof)" OFF)
|
option(PROFILE "Profiling (gprof)" OFF)
|
||||||
|
|||||||
Reference in New Issue
Block a user