aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorl10n daemon script <scripty@kde.org>2017-10-07 11:10:01 +0000
committerl10n daemon script <scripty@kde.org>2017-10-07 11:10:01 +0000
commit936755106d850fe8cf84b19306537df2c1e3e245 (patch)
tree47d2053407256fdfd55fb0a2aac5f213f35e9186
parentfb15e56857cafd3788ef512db173194e18b75229 (diff)
downloadkconfig-936755106d850fe8cf84b19306537df2c1e3e245.tar.gz
kconfig-936755106d850fe8cf84b19306537df2c1e3e245.tar.bz2
GIT_SILENT Upgrade ECM and KF5 version requirements for 5.39.0 release.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3c90ca10..55e82a96 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ set(KF5_VERSION "5.39.0") # handled by release scripts
project(KConfig VERSION ${KF5_VERSION})
include(FeatureSummary)
-find_package(ECM 5.38.0 NO_MODULE)
+find_package(ECM 5.39.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)