From ae0d05cd5f50c05dbb46c7d2ce87f5f1f5ed1cda Mon Sep 17 00:00:00 2001 From: Aleks Lozovyuk Date: Mon, 1 Jul 2024 22:32:04 +0300 Subject: [PATCH] Update fmt.cmake --- cmake/fmt.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/fmt.cmake b/cmake/fmt.cmake index 981272e47b3..42a4e0b25ab 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.2.1 - MD5=1bba4e8bdd7b0fa98f207559ffa380a3 + fmtlib/fmt 11.0.0 + MD5=f690d14b38d0fa473ea414ecf4e9c1a2 ) FetchContent_MakeAvailableWithArgs(fmt)