Skip to content

Commit f0b5bdb

Browse files
authored
Fix inconsistent fmt version (#167)
fmt version is still 8.1.1 in `DEPENDENCIES` of `packageProject`, update it to 9.1.0
1 parent 84ed75c commit f0b5bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ packageProject(
7474
INCLUDE_DESTINATION include/${PROJECT_NAME}-${PROJECT_VERSION}
7575
VERSION_HEADER "${VERSION_HEADER_LOCATION}"
7676
COMPATIBILITY SameMajorVersion
77-
DEPENDENCIES "fmt 8.1.1"
77+
DEPENDENCIES "fmt 9.1.0"
7878
)

0 commit comments

Comments
 (0)