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)