Update CMakeLists.txt to not build tests by default
This commit is contained in:
parent
8d758add63
commit
07d753176f
@ -45,7 +45,7 @@ option(SPDLOG_BUILD_EXAMPLE "Build example" ${SPDLOG_MASTER_PROJECT})
|
|||||||
option(SPDLOG_BUILD_EXAMPLE_HO "Build header only example" OFF)
|
option(SPDLOG_BUILD_EXAMPLE_HO "Build header only example" OFF)
|
||||||
|
|
||||||
# testing options
|
# testing options
|
||||||
option(SPDLOG_BUILD_TESTS "Build tests" ${SPDLOG_MASTER_PROJECT})
|
option(SPDLOG_BUILD_TESTS "Build tests" OFF)
|
||||||
option(SPDLOG_BUILD_TESTS_HO "Build tests using the header only version" OFF)
|
option(SPDLOG_BUILD_TESTS_HO "Build tests using the header only version" OFF)
|
||||||
|
|
||||||
# bench options
|
# bench options
|
||||||
|
Loading…
Reference in New Issue
Block a user