libfmt 10.1.0 -> 10.1.1

This commit is contained in:
Marcus Holland-Moritz 2023-08-28 21:52:03 +02:00
parent 4fc2705894
commit c82f4dc1f7

View File

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