From 86981c06c4c5dfbed1613a295d96670231714875 Mon Sep 17 00:00:00 2001 From: AbdulMuqeet Mohammed Date: Fri, 15 Nov 2024 20:43:44 -0500 Subject: [PATCH] Upgraded fmtlib from 8.1.1 to 11.0.0 to get rid of compile warnings Signed-off-by: AbdulMuqeet Mohammed --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 91082148..6cfdec5e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -189,7 +189,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 + GIT_TAG 11.0.0 GIT_SHALLOW 1) # Source: https://github.com/fmtlib/fmt/releases FetchContent_MakeAvailable(fmt) else()