Fix the cmake configuration
It should use find_dependency and not find_package.
This commit is contained in:
parent
945124d6d4
commit
0f0b544992
@ -3,7 +3,7 @@
|
|||||||
# Any changes in this ".cmake" file will be overwritten by CMake, the source is the ".cmake.in" file.
|
# Any changes in this ".cmake" file will be overwritten by CMake, the source is the ".cmake.in" file.
|
||||||
|
|
||||||
include(CMakeFindDependencyMacro)
|
include(CMakeFindDependencyMacro)
|
||||||
find_package(KF5Plasma)
|
find_dependency(KF5Plasma "@KF5_DEP_VERSION@")
|
||||||
|
|
||||||
include("${CMAKE_CURRENT_LIST_DIR}/KF5PlasmaQuickTargets.cmake")
|
include("${CMAKE_CURRENT_LIST_DIR}/KF5PlasmaQuickTargets.cmake")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user