From 91a211ee454d59d72b619327aa0cdba06d9667d8 Mon Sep 17 00:00:00 2001 From: Anton Anikin Date: Thu, 27 Feb 2025 16:46:34 +0800 Subject: [PATCH] fmt version update --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8090d54..4652fbe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ if (NOT DEFINED OPTCON_LOCAL_BUILD) FetchContent_Declare( fmt GIT_REPOSITORY https://github.com/fmtlib/fmt - GIT_TAG a33701196adfad74917046096bf5a2aa0ab0bb50 # 9.1.0 + GIT_TAG 123913715afeb8a437e6388b4473fcc4753e1c9a # 11.1.4 ) FetchContent_MakeAvailable(fmt)