From 9f4867aa5e517368dfa8b82caee9c87c977948db Mon Sep 17 00:00:00 2001 From: Ian <111059524+zen-is@users.noreply.github.com> Date: Sun, 7 Apr 2024 13:32:20 -0400 Subject: [PATCH] Upgrade fmt version from 9.1.0 to 10.2.1 (#185) * Bump fmt 9.1.0 to 10.2.1 * trigger CI --------- Co-authored-by: Lars Melchior --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c2d81e0..84f15ec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ CPMAddPackage("gh:TheLartians/PackageProject.cmake@1.8.0") CPMAddPackage( NAME fmt - GIT_TAG 9.1.0 + GIT_TAG 10.2.1 GITHUB_REPOSITORY fmtlib/fmt OPTIONS "FMT_INSTALL YES" # create an installable target )