GIT_SILENT Upgrade ECM and KF5 version requirements for 5.69.0 release.

This commit is contained in:
l10n daemon script 2020-04-04 22:35:32 +00:00
parent 551e7d44a8
commit f089e860e0

View File

@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5)
project(KImageFormats)
include(FeatureSummary)
find_package(ECM 5.68.0 NO_MODULE)
find_package(ECM 5.69.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)