Removed usages of SPDLOG_COMPILED_LIB macro

This commit is contained in:
gabime
2023-09-24 13:32:48 +03:00
parent 6d520df916
commit cff3e27115
10 changed files with 1 additions and 36 deletions

View File

@@ -79,7 +79,6 @@ function(spdlog_prepare_test test_target spdlog_lib)
set_tests_properties(${test_target} PROPERTIES RUN_SERIAL ON)
endfunction()
# The compiled library tests
if(SPDLOG_BUILD_TESTS OR SPDLOG_BUILD_ALL)
spdlog_prepare_test(spdlog-utests spdlog::spdlog)
endif()