diff options
| author | Henny022p <info@henny022.de> | 2025-03-03 10:48:54 +0000 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2025-03-03 10:48:54 +0000 |
| commit | 05ddbd6353ad3c2f391b7176dc883f24e83997b4 (patch) | |
| tree | 99adaeefd429dc2ebf944ce4b9eca44286cdd99b | |
| parent | cd2b8d4b531ee5b4b78d04964a3f895edc31db73 (diff) | |
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
| -rw-r--r-- | tools/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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( |
