From 05ddbd6353ad3c2f391b7176dc883f24e83997b4 Mon Sep 17 00:00:00 2001 From: Henny022p Date: Mon, 3 Mar 2025 10:48:54 +0000 Subject: [PATCH] bump libfmt to 11.0.2 to fix compiler warnings with g++ 14 11.1.0 introduced new conversion warnings, so we don't use that yet --- tools/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 5d579bc6..147417ee 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -30,7 +30,7 @@ FetchContent_Declare( FetchContent_Declare( fmt GIT_REPOSITORY https://github.com/fmtlib/fmt.git - GIT_TAG 8.0.1 + GIT_TAG 11.0.2 ) # CLI11 FetchContent_Declare(