Remove CONFIG argument from find_package(KF5)

This is no longer wanted, since ECM has a FindKF5 module.
This commit is contained in:
Alex Merry 2014-04-26 11:03:30 +01:00
parent b92f4a6991
commit e5a1f9b309

View file

@ -51,7 +51,7 @@ set_package_properties(Qt5Multimedia PROPERTIES
# required frameworks by Core
find_package(KF5 CONFIG REQUIRED COMPONENTS
find_package(KF5 REQUIRED COMPONENTS
Config
ConfigWidgets
CoreAddons
@ -66,7 +66,7 @@ find_package(KF5 CONFIG REQUIRED COMPONENTS
WindowSystem
)
# required frameworks by config modules
find_package(KF5 CONFIG REQUIRED COMPONENTS
find_package(KF5 REQUIRED COMPONENTS
Completion
Declarative
KCMUtils