libfmt 10.0.0 -> 10.1.0

This commit is contained in:
Marcus Holland-Moritz 2023-08-13 21:21:27 +02:00
parent 961a0292c3
commit 32b25a2941

View File

@ -179,7 +179,7 @@ else()
FetchContent_Declare(
fmt
GIT_REPOSITORY ${LIBFMT_GIT_REPO}
GIT_TAG 10.0.0
GIT_TAG 10.1.0
)
FetchContent_MakeAvailable(fmt)
endif()