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)