mirror of
https://github.com/zeldaret/tmc
synced 2026-06-01 17:58:06 -04:00
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:
Vendored
+1
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user