From 90227b11cf430e49d5e0bcc9fe3ff51daf0a1d32 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Sat, 5 Oct 2024 07:58:39 +0100 Subject: [PATCH] Update libfmt --- 3rdParty/libfmt/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)