mirror of https://github.com/zeldaret/tmc.git
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:
parent
cd2b8d4b53
commit
05ddbd6353
|
|
@ -30,7 +30,7 @@ FetchContent_Declare(
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
fmt
|
fmt
|
||||||
GIT_REPOSITORY https://github.com/fmtlib/fmt.git
|
GIT_REPOSITORY https://github.com/fmtlib/fmt.git
|
||||||
GIT_TAG 8.0.1
|
GIT_TAG 11.0.2
|
||||||
)
|
)
|
||||||
# CLI11
|
# CLI11
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue