diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e686d9..c2d81e0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -74,5 +74,5 @@ packageProject( INCLUDE_DESTINATION include/${PROJECT_NAME}-${PROJECT_VERSION} VERSION_HEADER "${VERSION_HEADER_LOCATION}" COMPATIBILITY SameMajorVersion - DEPENDENCIES "fmt 8.1.1" + DEPENDENCIES "fmt 9.1.0" )