aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorl10n daemon script <scripty@kde.org>2018-08-31 22:20:08 +0000
committerl10n daemon script <scripty@kde.org>2018-08-31 22:20:08 +0000
commitf8e586f3399690c867fa96aa044720c6b1bfec33 (patch)
treeeebd6a2dc71337c0c8f62c11ee33449fe8c2a4c0
parentae1da3f99e349619143ac3cdb3e0d91b84e3efab (diff)
downloadkconfig-f8e586f3399690c867fa96aa044720c6b1bfec33.tar.gz
kconfig-f8e586f3399690c867fa96aa044720c6b1bfec33.tar.bz2
GIT_SILENT Upgrade ECM and KF5 version requirements for 5.50.0 release.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index de267525..88f9e21a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ set(KF5_VERSION "5.50.0") # handled by release scripts
project(KConfig VERSION ${KF5_VERSION})
include(FeatureSummary)
-find_package(ECM 5.49.0 NO_MODULE)
+find_package(ECM 5.50.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)