diff --git a/CMakeLists.txt b/CMakeLists.txt index f0f68af5..271f3476 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()