From 5bf9be311a55e0c29e9af1d963064435b1176570 Mon Sep 17 00:00:00 2001 From: Ian <111059524+zen-is@users.noreply.github.com> Date: Wed, 21 Feb 2024 18:53:16 +0000 Subject: [PATCH] Bump fmt 9.1.0 to 10.2.1 --- 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 )