From 3b0f647948833c2d567bd728d254109dd7651a4d Mon Sep 17 00:00:00 2001 From: ToKiNoBug Date: Mon, 30 Oct 2023 13:05:04 +0800 Subject: [PATCH] Update builtin fmt version to 10.1.1 Signed-off-by: ToKiNoBug --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 837c1ef9..591c696f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -183,7 +183,7 @@ endif() if(KOMPUTE_OPT_USE_BUILT_IN_FMT) set(FMT_INSTALL ${KOMPUTE_OPT_INSTALL}) FetchContent_Declare(fmt GIT_REPOSITORY https://github.com/fmtlib/fmt.git - GIT_TAG 8.1.1) # Source: https://github.com/fmtlib/fmt/releases + GIT_TAG 10.1.1) # Source: https://github.com/fmtlib/fmt/releases FetchContent_MakeAvailable(fmt) else() find_package(fmt REQUIRED)