mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 13:41:13 +02:00
Fix fmt dependency version mismatch in CMakeLists.txt
This commit is contained in:
parent
cc12978931
commit
c265b966b8
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 9.1.0"
|
||||
DEPENDENCIES "fmt 10.2.1"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue