From bd591177366296d0c5c6e4c013cab784f8f828e3 Mon Sep 17 00:00:00 2001 From: Long Deng <37360259+ldeng-ustc@users.noreply.github.com> Date: Tue, 28 Feb 2023 14:58:22 +0800 Subject: [PATCH] Fix inconsistent fmt version fmt version is still 8.1.1 in `DEPENDENCIES` of `packageProject`, update it to 9.1.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e686d9..c2d81e0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -74,5 +74,5 @@ packageProject( INCLUDE_DESTINATION include/${PROJECT_NAME}-${PROJECT_VERSION} VERSION_HEADER "${VERSION_HEADER_LOCATION}" COMPATIBILITY SameMajorVersion - DEPENDENCIES "fmt 8.1.1" + DEPENDENCIES "fmt 9.1.0" )