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:
Markus Mäkelä 2018-08-22 15:17:38 +03:00
parent 5485f83e75
commit 7e3f5a03b6
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

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