Removed unneeded test targets from CMakeLists

This commit is contained in:
gabime 2019-08-16 18:48:18 +03:00
parent 8cc0997f79
commit a8b5e3da29
1 changed files with 1 additions and 1 deletions

View File

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