Git commit d8cf2488b957f0aedef6514f322849fc0def140e by Kai-Uwe Behrmann. Committed on 18/10/2016 at 12:43. Pushed by behrmann into branch 'master'. clean cmake requires M +1 -1 CMakeLists.txt http://commits.kde.org/kolor-manager/d8cf2488b957f0aedef6514f322849fc0def14= 0e diff --git a/CMakeLists.txt b/CMakeLists.txt index fa1c87a..70c9fa2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ INCLUDE(FeatureSummary) INCLUDE(GenerateExportHeader) = FIND_PACKAGE(Qt5 REQUIRED COMPONENTS Core Widgets) -FIND_PACKAGE(KF5 REQUIRED COMPONENTS CoreAddons I18n ConfigWidgets KDELibs= 4Support ConfigWidgets) +FIND_PACKAGE(KF5 REQUIRED COMPONENTS I18n ConfigWidgets) = FIND_PACKAGE(Oyranos REQUIRED) FIND_PACKAGE(Synnefo REQUIRED)