Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabime <gmelman1@gmail.com>2019-08-16 18:48:18 +0300
committergabime <gmelman1@gmail.com>2019-08-16 18:48:18 +0300
commita8b5e3da29b86d8635c78d4e1f2e3d89e1a93ff1 (patch)
treed4552a4bee22316121a6666b6a122bd5ae389f29 /CMakeLists.txt
parent8cc0997f796d2295b0ccc9caaf0abcca25d89525 (diff)
Removed unneeded test targets from CMakeLists
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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()