aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorl10n daemon script <scripty@kde.org>2019-03-02 13:24:54 +0000
committerl10n daemon script <scripty@kde.org>2019-03-02 13:24:54 +0000
commit71abd4319c87d559e3079528bf7feb73fa4fd521 (patch)
treeac12233ae1687fe661129379f5e85f1747eabfc8
parentd22f469be6fdd90fdd3a21a36b8441dcf4d60f46 (diff)
downloadkconfig-71abd4319c87d559e3079528bf7feb73fa4fd521.tar.gz
kconfig-71abd4319c87d559e3079528bf7feb73fa4fd521.tar.bz2
GIT_SILENT Upgrade ECM and KF5 version requirements for 5.56.0 release.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6687cc1e..21c078fb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ set(KF5_VERSION "5.56.0") # handled by release scripts
project(KConfig VERSION ${KF5_VERSION})
include(FeatureSummary)
-find_package(ECM 5.55.0 NO_MODULE)
+find_package(ECM 5.56.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)