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:
parent
5485f83e75
commit
7e3f5a03b6
@ -14,6 +14,7 @@ option(BUILD_LUAFILTER "Build Luafilter" ON)
|
||||
option(GCOV "Use gcov build flags" OFF)
|
||||
option(WITH_SCRIPTS "Install init.d scripts and ldconf configuration files" 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(BUILD_TOOLS "Build extra utility tools" OFF)
|
||||
option(PROFILE "Profiling (gprof)" OFF)
|
||||
|
Loading…
x
Reference in New Issue
Block a user