fix dependency lookup
the target is called ConfigCore, the relevant cmake config is not. notably KF5ConfigConfig.cmake is the present file, so look for the correct name, otherwise the dependency isn't found
This commit is contained in:
parent
9d9e89fb84
commit
fad658200f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
include(CMakeFindDependencyMacro)
|
||||
find_dependency(Qt5Core "@QT_MIN_VERSION@")
|
||||
find_dependency(Qt5Gui "@QT_MIN_VERSION@")
|
||||
find_dependency(KF5ConfigCore "@KF5_MIN_VERSION@")
|
||||
find_dependency(KF5Config "@KF5_MIN_VERSION@")
|
||||
find_dependency(KF5CoreAddons "@KF5_MIN_VERSION@")
|
||||
find_dependency(KF5WindowSystem "@KF5_MIN_VERSION@")
|
||||
|
||||
|
|
Loading…
Reference in a new issue