From f0b5bdb1f5c638c7c4c957d626dc9a3460a452e5 Mon Sep 17 00:00:00 2001 From: Long Deng <37360259+ldeng-ustc@users.noreply.github.com> Date: Sun, 5 Mar 2023 21:06:43 +0800 Subject: [PATCH] Fix inconsistent fmt version (#167) 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" )