mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 21:51:12 +02:00
Fix inconsistent fmt version
fmt version is still 8.1.1 in `DEPENDENCIES` of `packageProject`, update it to 9.1.0
This commit is contained in:
parent
84ed75ca7d
commit
bd59117736
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue