From 37332d486edba5ec040afab35cb1b00279fc0472 Mon Sep 17 00:00:00 2001 From: Adam Macdonald Date: Tue, 20 May 2025 01:13:40 +0100 Subject: [PATCH] bump spdlog to v1.15.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)