Skip to content

Commit 5115efe

Browse files
brtmaxTheLartians
andauthored
Fix fmt dependency version mismatch in CMakeLists.txt (#194)
* Fix fmt dependency version mismatch in CMakeLists.txt * trigger ci? --------- Co-authored-by: Lars Melchior <[email protected]>
1 parent cc12978 commit 5115efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ packageProject(
7474
INCLUDE_DESTINATION include/${PROJECT_NAME}-${PROJECT_VERSION}
7575
VERSION_HEADER "${VERSION_HEADER_LOCATION}"
7676
COMPATIBILITY SameMajorVersion
77-
DEPENDENCIES "fmt 9.1.0"
77+
DEPENDENCIES "fmt 10.2.1"
7878
)

0 commit comments

Comments
 (0)