mirror of
https://github.com/Kistler-Group/sdbus-cpp.git
synced 2025-07-31 18:44:27 +02:00
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