diff options
author | l10n daemon script <scripty@kde.org> | 2019-06-01 16:36:31 +0000 |
---|---|---|
committer | l10n daemon script <scripty@kde.org> | 2019-06-01 16:36:31 +0000 |
commit | b0f86fda9b4b3fad6951ae79df13971a1cf8e6b3 (patch) | |
tree | 38627eaa67ec12a13c12008fa6fd5df6e94689e5 | |
parent | edaa62f444a71a221f63f4a974eacb0155230efa (diff) | |
download | kconfig-b0f86fda9b4b3fad6951ae79df13971a1cf8e6b3.tar.gz kconfig-b0f86fda9b4b3fad6951ae79df13971a1cf8e6b3.tar.bz2 |
GIT_SILENT Upgrade ECM and KF5 version requirements for 5.59.0 release.
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 23926470..c55b465d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ set(KF5_VERSION "5.59.0") # handled by release scripts project(KConfig VERSION ${KF5_VERSION}) include(FeatureSummary) -find_package(ECM 5.58.0 NO_MODULE) +find_package(ECM 5.59.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) |