From ca3985cd6841e1c543bc19d58745ecb1c475529c Mon Sep 17 00:00:00 2001 From: Georg Hagen Date: Fri, 21 Jun 2024 09:58:22 +0200 Subject: [PATCH] Update fmt and spdlog --- 3rdParty/fmt/CMakeLists.txt | 2 +- 3rdParty/spdlog/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdParty/fmt/CMakeLists.txt b/3rdParty/fmt/CMakeLists.txt index d2f38c8..fa55fa2 100644 --- a/3rdParty/fmt/CMakeLists.txt +++ b/3rdParty/fmt/CMakeLists.txt @@ -8,7 +8,7 @@ FetchContent_Declare( fmt EXCLUDE_FROM_ALL GIT_REPOSITORY ${FMT_REPO} - GIT_TAG 10.1.0 + GIT_TAG 10.2.1 GIT_SHALLOW TRUE ) FetchContent_MakeAvailable(fmt) diff --git a/3rdParty/spdlog/CMakeLists.txt b/3rdParty/spdlog/CMakeLists.txt index e582f0e..2e7ab6d 100644 --- a/3rdParty/spdlog/CMakeLists.txt +++ b/3rdParty/spdlog/CMakeLists.txt @@ -8,7 +8,7 @@ FetchContent_Declare( spdlog EXCLUDE_FROM_ALL GIT_REPOSITORY ${SPDLOG_REPO} - GIT_TAG v1.12.0 + GIT_TAG v1.14.1 GIT_SHALLOW TRUE ) option(SPDLOG_FMT_EXTERNAL "" ON)