diff --git a/CMakeLists.txt b/CMakeLists.txt index 97b92f33..f6f6c40d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -197,7 +197,7 @@ else() FetchContent_Declare( fmt GIT_REPOSITORY ${LIBFMT_GIT_REPO} - GIT_TAG 10.1.1 + GIT_TAG 10.2.1 ) # FetchContent_MakeAvailable(fmt) FetchContent_GetProperties(fmt)