Remove CONFIG argument from find_package(KF5)
This is no longer wanted, since ECM has a FindKF5 module.
This commit is contained in:
parent
b92f4a6991
commit
e5a1f9b309
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue