From ab2656102dbee2bc4fded53dad768f743c1fbb93 Mon Sep 17 00:00:00 2001 From: Aleks Lozovyuk Date: Thu, 1 Feb 2024 07:21:30 +0200 Subject: [PATCH] Bump fmtlib to 10.2.1 (#2081) --- cmake/fmt.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/fmt.cmake b/cmake/fmt.cmake index 7aa22ffd94d..981272e47b3 100644 --- a/cmake/fmt.cmake +++ b/cmake/fmt.cmake @@ -20,8 +20,8 @@ include_guard() include(cmake/utils.cmake) FetchContent_DeclareGitHubWithMirror(fmt - fmtlib/fmt 10.1.1 - MD5=2a91a7d74be8bfd3a19e7e2abbc7c034 + fmtlib/fmt 10.2.1 + MD5=1bba4e8bdd7b0fa98f207559ffa380a3 ) FetchContent_MakeAvailableWithArgs(fmt)