Update fmt and spdlog

This commit is contained in:
Georg Hagen
2024-06-21 09:58:22 +02:00
parent e821e0190e
commit ca3985cd68
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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)