Fixed FMT_EXPORT to FMT_LIB_EXPORT in CMakeLists.txt

This commit is contained in:
gabime 2023-07-02 21:24:35 +03:00
parent 169f827957
commit c3fa8f60e2

View File

@ -166,7 +166,7 @@ if(SPDLOG_BUILD_SHARED OR BUILD_SHARED_LIBS)
/wd4275>)
endif()
if(NOT SPDLOG_USE_STD_FORMAT AND NOT SPDLOG_FMT_EXTERNAL AND NOT SPDLOG_FMT_EXTERNAL_HO)
target_compile_definitions(spdlog PRIVATE FMT_EXPORT PUBLIC FMT_SHARED)
target_compile_definitions(spdlog PRIVATE FMT_LIB_EXPORT PUBLIC FMT_SHARED)
endif()
else()
add_library(spdlog STATIC ${SPDLOG_SRCS} ${SPDLOG_ALL_HEADERS})