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

@@ -176,7 +176,6 @@ if(SPDLOG_SYSTEM_INCLUDES)
set(SPDLOG_INCLUDES_LEVEL "SYSTEM")
endif()
target_compile_definitions(spdlog PUBLIC SPDLOG_COMPILED_LIB)
target_include_directories(spdlog ${SPDLOG_INCLUDES_LEVEL} PUBLIC "$<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}/include>"
"$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>")
target_link_libraries(spdlog PUBLIC Threads::Threads)