GIT_SILENT Upgrade ECM and KF version requirements for 5.83.0 release.

This commit is contained in:
l10n daemon script 2021-06-05 08:55:28 +00:00
parent bf3f94da76
commit 96b40da089

View File

@ -5,7 +5,7 @@ project(KImageFormats)
set (CMAKE_CXX_STANDARD 14)
include(FeatureSummary)
find_package(ECM 5.82.0 NO_MODULE)
find_package(ECM 5.83.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)