Removed unneeded test targets from CMakeLists

pull/1189/head
gabime 6 years ago
parent 8cc0997f79
commit a8b5e3da29

@ -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()

Loading…
Cancel
Save