Git commit 6d4ae0c19e2f2274cf39b1aa9ace05a3a4795925 by l10n daemon script. Committed on 31/08/2018 at 22:23. Pushed by dfaure into branch 'master'. GIT_SILENT Upgrade ECM and KF5 version requirements for 5.50.0 release. M +2 -2 CMakeLists.txt https://commits.kde.org/kross/6d4ae0c19e2f2274cf39b1aa9ace05a3a4795925 diff --git a/CMakeLists.txt b/CMakeLists.txt index af3cd28..52bedf0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.0) = set(KF5_VERSION "5.50.0") # handled by release scripts -set(KF5_DEP_VERSION "5.49.0") # handled by release scripts +set(KF5_DEP_VERSION "5.50.0") # handled by release scripts project(Kross VERSION ${KF5_VERSION}) = include(FeatureSummary) -find_package(ECM 5.49.0 NO_MODULE) +find_package(ECM 5.50.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMa= ke Modules." URL "https://projects.kde.org/projects/kdesupport/extra-cmake-= modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED= _PACKAGES) =20