Fix fmt dependency version mismatch in CMakeLists.txt (#194)
* Fix fmt dependency version mismatch in CMakeLists.txt * trigger ci? --------- Co-authored-by: Lars Melchior <lars.melchior@gmail.com>
This commit is contained in:
parent
cc12978931
commit
5115efe66a
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