diff --git a/CMakeLists.txt b/CMakeLists.txt index e8bb56d..3e297a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -146,7 +146,7 @@ set(SPDLOG_DISABLE_DEFAULT_LOGGER ON CACHE BOOL "" FORCE) FetchContent_Declare( spdlog GIT_REPOSITORY https://github.com/gabime/spdlog.git - GIT_TAG v1.14.1 + GIT_TAG v1.15.3 ) FetchContent_MakeAvailable(spdlog)