diff options
author | l10n daemon script <scripty@kde.org> | 2018-04-07 07:46:54 +0000 |
---|---|---|
committer | l10n daemon script <scripty@kde.org> | 2018-04-07 07:46:54 +0000 |
commit | 10d15b2433239203d17d7ff5842b79ec28377717 (patch) | |
tree | 3daee65872fca438cea7da23c4031bdf573519d0 | |
parent | 9c8c3a7d4c3eb9a7371179244848a575b46c7212 (diff) | |
download | kconfig-10d15b2433239203d17d7ff5842b79ec28377717.tar.gz kconfig-10d15b2433239203d17d7ff5842b79ec28377717.tar.bz2 |
GIT_SILENT Upgrade ECM and KF5 version requirements for 5.45.0 release.
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 31d20faf..82bad776 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ set(KF5_VERSION "5.45.0") # handled by release scripts project(KConfig VERSION ${KF5_VERSION}) include(FeatureSummary) -find_package(ECM 5.44.0 NO_MODULE) +find_package(ECM 5.45.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) |