Commit a8b5e3da authored by gabime's avatar gabime

Removed unneeded test targets from CMakeLists

parent 8cc0997f
...@@ -130,7 +130,7 @@ endif() ...@@ -130,7 +130,7 @@ endif()
if(SPDLOG_BUILD_TESTS OR SPDLOG_BUILD_TESTS_HO) if(SPDLOG_BUILD_TESTS OR SPDLOG_BUILD_TESTS_HO)
message(STATUS "Generating tests") message(STATUS "Generating tests")
include(CTest) enable_testing()
add_subdirectory(tests) add_subdirectory(tests)
endif() endif()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment