From 2544e39a1c9c469b6ee306f16b0430221fb213b3 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Tue, 13 May 2025 19:32:47 +0100 Subject: [PATCH] Update spdlog to v1.15.3 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3eb99593..5e7ddcdb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -165,8 +165,8 @@ FetchContent_Declare( set(SPDLOG_FMT_EXTERNAL ON) FetchContent_Declare( spdlog - URL "https://github.com/gabime/spdlog/archive/v1.15.2.tar.gz" - URL_HASH "SHA256=7a80896357f3e8e920e85e92633b14ba0f229c506e6f978578bdc35ba09e9a5d" + URL "https://github.com/gabime/spdlog/archive/v1.15.3.tar.gz" + URL_HASH "SHA256=15a04e69c222eb6c01094b5c7ff8a249b36bb22788d72519646fb85feb267e67" FIND_PACKAGE_ARGS) set(YAML_MSVC_SHARED_RT ON)