Skip to content

Commit

Permalink
Fix fmt dependency version mismatch in CMakeLists.txt (#194)
Browse files Browse the repository at this point in the history
* Fix fmt dependency version mismatch in CMakeLists.txt

* trigger ci?

---------

Co-authored-by: Lars Melchior <[email protected]>
  • Loading branch information
brtmax and TheLartians authored Dec 22, 2024
1 parent cc12978 commit 5115efe
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 9.1.0"
DEPENDENCIES "fmt 10.2.1"
)

0 comments on commit 5115efe

Please sign in to comment.