From 593be6ef29d0e9fe1e72e9ae8965bd4fc4e5b98f Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Tue, 16 Jun 2026 19:53:42 -0700 Subject: [PATCH] Update spdlog version to v1.17.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)