aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorl10n daemon script <scripty@kde.org>2019-05-04 22:42:16 +0000
committerl10n daemon script <scripty@kde.org>2019-05-04 22:42:16 +0000
commitdab55b4855736fdc27c88cf00f1d078c334b6199 (patch)
tree26b34e9592434a2b0b9c1586394551bdca4734b7
parent5d2ed13479a480111355657bf22324118fa576e9 (diff)
downloadkconfig-dab55b4855736fdc27c88cf00f1d078c334b6199.tar.gz
kconfig-dab55b4855736fdc27c88cf00f1d078c334b6199.tar.bz2
GIT_SILENT Upgrade ECM and KF5 version requirements for 5.58.0 release.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c055d158..79791599 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ set(KF5_VERSION "5.58.0") # handled by release scripts
project(KConfig VERSION ${KF5_VERSION})
include(FeatureSummary)
-find_package(ECM 5.57.0 NO_MODULE)
+find_package(ECM 5.58.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)