aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorl10n daemon script <scripty@kde.org>2019-01-04 21:41:18 +0000
committerl10n daemon script <scripty@kde.org>2019-01-04 21:41:18 +0000
commit23a6217aba078e7730e420d8fe7577d97d407d87 (patch)
treec8f24e1ef8a8d8dae6e68e195946154152f38504
parent7c35ead1e025a8f546562d9720c9db95a6242fe0 (diff)
downloadkconfig-23a6217aba078e7730e420d8fe7577d97d407d87.tar.gz
kconfig-23a6217aba078e7730e420d8fe7577d97d407d87.tar.bz2
GIT_SILENT Upgrade ECM and KF5 version requirements for 5.54.0 release.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4dcfc2de..96d05b9a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ set(KF5_VERSION "5.54.0") # handled by release scripts
project(KConfig VERSION ${KF5_VERSION})
include(FeatureSummary)
-find_package(ECM 5.53.0 NO_MODULE)
+find_package(ECM 5.54.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)