diff --git a/glinx-core/CMakeLists.txt b/glinx-core/CMakeLists.txt index b613402..5ac7f07 100644 --- a/glinx-core/CMakeLists.txt +++ b/glinx-core/CMakeLists.txt @@ -32,6 +32,7 @@ FetchContent_Declare( GIT_REPOSITORY https://github.com/gabime/spdlog.git GIT_TAG v1.13.0 ) +set(SPDLOG_USE_STD_FORMAT ON CACHE BOOL "Use std::format in spdlog" FORCE) FetchContent_MakeAvailable(spdlog) # readerwriterqueue (lock-free queue)