aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorl10n daemon script <scripty@kde.org>2021-09-04 15:42:10 +0000
committerl10n daemon script <scripty@kde.org>2021-09-04 15:42:10 +0000
commite88b043db2642fb1cc8d30451042e37c7f2b690f (patch)
treeefe3d81f92041821b3cc9cbd0b345e5434c99de5
parent7ad396a0448abc7b6861c0a9ca80b9902d365bc9 (diff)
downloadkconfig-e88b043db2642fb1cc8d30451042e37c7f2b690f.tar.gz
kconfig-e88b043db2642fb1cc8d30451042e37c7f2b690f.tar.bz2
GIT_SILENT Upgrade ECM and KF version requirements for 5.86.0 release.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 79356ad3..f267fca0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ set(KF_VERSION "5.86.0") # handled by release scripts
project(KConfig VERSION ${KF_VERSION})
include(FeatureSummary)
-find_package(ECM 5.85.0 NO_MODULE)
+find_package(ECM 5.86.0 NO_MODULE)
set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules")
feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES)