Don't build tests by default

This commit is contained in:
Stanislav Angelovic
2019-03-28 19:11:37 +01:00
parent 581e849534
commit 4fd2479b06

View File

@ -112,7 +112,7 @@ install(TARGETS sdbus-c++
# TESTS
#----------------------------------
option(BUILD_TESTS "Build and install tests (default ON)" ON)
option(BUILD_TESTS "Build and install tests (default OFF)" OFF)
if(BUILD_TESTS)
enable_testing()