diff --git a/CMakeLists.txt b/CMakeLists.txt index a010abf5..58ba0a7c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -317,7 +317,7 @@ if (USE_WS OR USE_TEST) include(FetchContent) FetchContent_Declare(spdlog GIT_REPOSITORY "https://github.com/gabime/spdlog" - GIT_TAG "v1.8.0" + GIT_TAG "v1.17.0" GIT_SHALLOW 1) FetchContent_MakeAvailable(spdlog)