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
This commit is contained in:
Henny022p
2025-03-03 10:48:54 +00:00
parent cd2b8d4b53
commit 05ddbd6353
+1 -1
View File
@@ -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(