aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorl10n daemon script <scripty@kde.org>2019-07-06 13:13:55 +0000
committerl10n daemon script <scripty@kde.org>2019-07-06 13:13:55 +0000
commit30674841ec82b821d247a5749d3443116ac6f6e2 (patch)
tree919487173da7a47688808f3797f14d8f4ec7f8ea
parente415499d5fff4c404318fafbe35dd7150476ff88 (diff)
downloadkconfig-30674841ec82b821d247a5749d3443116ac6f6e2.tar.gz
kconfig-30674841ec82b821d247a5749d3443116ac6f6e2.tar.bz2
GIT_SILENT Upgrade ECM and KF5 version requirements for 5.60.0 release.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1275930a..f2e9c86a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ set(KF5_VERSION "5.60.0") # handled by release scripts
project(KConfig VERSION ${KF5_VERSION})
include(FeatureSummary)
-find_package(ECM 5.59.0 NO_MODULE)
+find_package(ECM 5.60.0 NO_MODULE)
set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://projects.kde.org/projects/kdesupport/extra-cmake-modules")
feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES)