From c82f4dc1f735352c6c52aaab858ae950dece89be Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Mon, 28 Aug 2023 21:52:03 +0200 Subject: [PATCH] libfmt 10.1.0 -> 10.1.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 354d795c..56cb7bf4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -185,7 +185,7 @@ else() FetchContent_Declare( fmt GIT_REPOSITORY ${LIBFMT_GIT_REPO} - GIT_TAG 10.1.0 + GIT_TAG 10.1.1 ) FetchContent_MakeAvailable(fmt) endif()