Skip to content

Commit

Permalink
GIT_SILENT Upgrade ECM and KF version requirements for 5.110.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
l10n daemon script committed Sep 3, 2023
1 parent 8e60554 commit 79b99f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -4,7 +4,7 @@ set(KF_VERSION "5.110.0") # handled by release scripts
project(KCoreAddons VERSION ${KF_VERSION})

include(FeatureSummary)
find_package(ECM 5.109.0 NO_MODULE)
find_package(ECM 5.110.0 NO_MODULE)
set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules")
feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES)

Expand Down

0 comments on commit 79b99f1

Please sign in to comment.