diff --git a/3rdParty/libfmt/CMakeLists.txt b/3rdParty/libfmt/CMakeLists.txt index 2a6c24d181c..7721c1ae3ab 100644 --- a/3rdParty/libfmt/CMakeLists.txt +++ b/3rdParty/libfmt/CMakeLists.txt @@ -16,8 +16,8 @@ else() endif() include(FetchContent) FetchContent_Declare(libfmt - URL https://github.com/fmtlib/fmt/archive/92227c77a4eed4c12f97f7916041ace4d5ca02d4.tar.gz - URL_HASH MD5=a60bc215a81a4ba770a7c1936311612f + URL https://github.com/fmtlib/fmt/archive/02537548f3a9efb5f3b83755acf50c8a16ba58c8.tar.gz + URL_HASH MD5=6901c6945cd311117d96baaa6d067380 ) FetchContent_MakeAvailableExcludeFromAll(libfmt)