From aa5d9aff6c51cc975052ffce8a04a87918f8143b Mon Sep 17 00:00:00 2001 From: gabime Date: Sat, 13 Jan 2024 11:09:47 +0200 Subject: [PATCH] Bump fmt to 10.2.1 --- cmake/fmtlib.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmake/fmtlib.cmake b/cmake/fmtlib.cmake index 90256ed9..8a16123d 100644 --- a/cmake/fmtlib.cmake +++ b/cmake/fmtlib.cmake @@ -3,7 +3,8 @@ include(FetchContent) FetchContent_Declare( fmt GIT_REPOSITORY https://github.com/fmtlib/fmt.git - GIT_TAG f5e54359df4c26b6230fc61d38aa294581393084 # 10.1.1 + GIT_TAG e69e5f977d458f2650bb346dadf2ad30c5320281 # 10.2.1 + GIT_SHALLOW ON GIT_PROGRESS TRUE )