From 2e6847556ee1ce3844f0de22a9a8781469e8c674 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Sat, 23 Sep 2023 15:52:18 +0100 Subject: [PATCH] Bump 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 71fa3fdce..69b3b1cbb 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/a8a73da7e44e26d7c18d752976522eff7a21e0bf.tar.gz - URL_HASH MD5=4ddd617a0921e919f1c2e6ab7c36c349 + URL https://github.com/fmtlib/fmt/archive/44f3d8a77cd7e05e9da92d68635abdb4da626e9e.tar.gz + URL_HASH MD5=b6eb4573962586cfbfb6e5e2986d292b ) FetchContent_MakeAvailableExcludeFromAll(libfmt)