This commit is contained in:
Timur A. Fatkhullin
2026-02-17 22:02:27 +03:00
parent 1a8e1bbed0
commit af5d852db9

View File

@@ -273,6 +273,7 @@ endif()
if(USE_SPDLOG) if(USE_SPDLOG)
target_link_libraries(${PROJECT_NAME} INTERFACE spdlog::spdlog_header_only) target_link_libraries(${PROJECT_NAME} INTERFACE spdlog::spdlog_header_only)
target_compile_definitions(${PROJECT_NAME} INTERFACE SPDLOG_USE_STD_FORMAT=1 SPDLOG_FMT_EXTERNAL=0)
endif() endif()
if(BUILD_TESTS) if(BUILD_TESTS)