From 675485059e44df482e389d6aa9fcca1ddfc8ae30 Mon Sep 17 00:00:00 2001 From: Fabien Servant <100348063+servantftransperfect@users.noreply.github.com> Date: Sun, 28 Sep 2025 12:33:52 +0200 Subject: [PATCH] Update fmt version to 12.0.0 Signed-off-by: Fabien Servant <100348063+servantftransperfect@users.noreply.github.com> --- src/cmake/build_fmt.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmake/build_fmt.cmake b/src/cmake/build_fmt.cmake index 95a497c70a..973564fe56 100644 --- a/src/cmake/build_fmt.cmake +++ b/src/cmake/build_fmt.cmake @@ -6,7 +6,7 @@ # fmt by hand! ###################################################################### -set_cache (fmt_BUILD_VERSION 10.2.1 "fmt version for local builds") +set_cache (fmt_BUILD_VERSION 12.0.0 "fmt version for local builds") set (fmt_GIT_REPOSITORY "https://github.com/fmtlib/fmt") set (fmt_GIT_TAG "${fmt_BUILD_VERSION}") # Note: fmt doesn't put "v" in front of version for its git tags