forked from Kistler-Group/sdbus-cpp
Don't build tests by default
This commit is contained in:
@ -112,7 +112,7 @@ install(TARGETS sdbus-c++
|
|||||||
# TESTS
|
# TESTS
|
||||||
#----------------------------------
|
#----------------------------------
|
||||||
|
|
||||||
option(BUILD_TESTS "Build and install tests (default ON)" ON)
|
option(BUILD_TESTS "Build and install tests (default OFF)" OFF)
|
||||||
|
|
||||||
if(BUILD_TESTS)
|
if(BUILD_TESTS)
|
||||||
enable_testing()
|
enable_testing()
|
||||||
|
Reference in New Issue
Block a user