Fix fmt dependency version mismatch in CMakeLists.txt (#194)
Some checks failed
Windows / build (push) Has been cancelled
Install / build (push) Has been cancelled
MacOS / build (push) Has been cancelled
Standalone / build (push) Has been cancelled
Style / build (push) Has been cancelled
Ubuntu / build (push) Has been cancelled

* Fix fmt dependency version mismatch in CMakeLists.txt

* trigger ci?

---------

Co-authored-by: Lars Melchior <lars.melchior@gmail.com>
This commit is contained in:
Max Bretschneider
2024-12-22 11:47:15 +01:00
committed by GitHub
parent cc12978931
commit 5115efe66a

View File

@@ -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"
)