aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2017-08-14 15:56:49 +0200
committerDavid Faure <faure@kde.org>2017-08-14 15:56:49 +0200
commit7f94dc54d3438946eb8e1ae77489dc0680a27735 (patch)
tree33c854a5986b9f93af7341d36e6383e993d51221
parent0a166cb2b421d2fc1ce64b89968974d7d1519d39 (diff)
downloadkconfig-7f94dc54d3438946eb8e1ae77489dc0680a27735.tar.gz
kconfig-7f94dc54d3438946eb8e1ae77489dc0680a27735.tar.bz2
GIT_SILENT Upgrade to ECM 5.38 and make sure tests run uninstalled
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ad865296..e902b924 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ set(KF5_VERSION "5.37.0") # handled by release scripts
project(KConfig VERSION ${KF5_VERSION})
include(FeatureSummary)
-find_package(ECM 5.37.0 NO_MODULE)
+find_package(ECM 5.38.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)