Enable again test building by default in cmake

This commit is contained in:
gabime 2019-07-10 01:45:05 +03:00
parent db103ff340
commit 330d491eba
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ option(SPDLOG_BUILD_EXAMPLE "Build example" ${SPDLOG_MASTER_PROJECT})
option(SPDLOG_BUILD_EXAMPLE_HO "Build header only example" OFF)
# testing options
option(SPDLOG_BUILD_TESTS "Build tests" OFF)
option(SPDLOG_BUILD_TESTS "Build tests" ${SPDLOG_MASTER_PROJECT})
option(SPDLOG_BUILD_TESTS_HO "Build tests using the header only version" OFF)
# bench options