Skip to content

Commit

Permalink
GIT_SILENT Upgrade ECM and KF5 version requirements for 5.39.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
l10n daemon script committed Oct 7, 2017
1 parent f7fa024 commit f06817e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(KF5_VERSION "5.39.0") # handled by release scripts
project(KArchive VERSION ${KF5_VERSION})

include(FeatureSummary)
find_package(ECM 5.38.0 NO_MODULE)
find_package(ECM 5.39.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)

Expand Down

0 comments on commit f06817e

Please sign in to comment.