fmt version update

This commit is contained in:
2025-02-27 16:46:34 +08:00
parent 6195282f9b
commit 91a211ee45

View File

@@ -7,7 +7,7 @@ if (NOT DEFINED OPTCON_LOCAL_BUILD)
FetchContent_Declare( FetchContent_Declare(
fmt fmt
GIT_REPOSITORY https://github.com/fmtlib/fmt GIT_REPOSITORY https://github.com/fmtlib/fmt
GIT_TAG a33701196adfad74917046096bf5a2aa0ab0bb50 # 9.1.0 GIT_TAG 123913715afeb8a437e6388b4473fcc4753e1c9a # 11.1.4
) )
FetchContent_MakeAvailable(fmt) FetchContent_MakeAvailable(fmt)