diff --git a/CMakeLists.txt b/CMakeLists.txt index b3e710df..25745e11 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -130,7 +130,7 @@ endif() if(SPDLOG_BUILD_TESTS OR SPDLOG_BUILD_TESTS_HO) message(STATUS "Generating tests") - include(CTest) + enable_testing() add_subdirectory(tests) endif()