From e70fc2997d427d64d19cd07bcb1a4340ae2b4a10 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Wed, 10 Jan 2024 00:40:37 +0100 Subject: [PATCH] chore: bump libfmt version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 97b92f33..f6f6c40d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -197,7 +197,7 @@ else() FetchContent_Declare( fmt GIT_REPOSITORY ${LIBFMT_GIT_REPO} - GIT_TAG 10.1.1 + GIT_TAG 10.2.1 ) # FetchContent_MakeAvailable(fmt) FetchContent_GetProperties(fmt)