Skip to content

Commit

Permalink
Fix inconsistent fmt version (#167)
Browse files Browse the repository at this point in the history
fmt version is still 8.1.1 in `DEPENDENCIES` of `packageProject`, update it to 9.1.0
  • Loading branch information
ldeng-ustc committed Mar 5, 2023
1 parent 84ed75c commit f0b5bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

0 comments on commit f0b5bdb

Please sign in to comment.