Find ECM with KF5 min version

Instead of some randon older version
This commit is contained in:
Nicolas Fella 2021-03-04 13:35:54 +01:00 committed by Vlad Zahorodnii
parent b7e13da70f
commit d7ab631e98

View file

@ -6,7 +6,7 @@ project(KWin VERSION ${PROJECT_VERSION})
set(QT_MIN_VERSION "5.15.0")
set(KF5_MIN_VERSION "5.78")
find_package(ECM 5.38 REQUIRED NO_MODULE)
find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
include(FeatureSummary)
include(WriteBasicConfigVersionFile)