Fix the cmake configuration

It should use find_dependency and not find_package.
This commit is contained in:
Bhushan Shah 2017-11-23 20:29:52 +05:30
parent 945124d6d4
commit 0f0b544992

View File

@ -3,7 +3,7 @@
# Any changes in this ".cmake" file will be overwritten by CMake, the source is the ".cmake.in" file.
include(CMakeFindDependencyMacro)
find_package(KF5Plasma)
find_dependency(KF5Plasma "@KF5_DEP_VERSION@")
include("${CMAKE_CURRENT_LIST_DIR}/KF5PlasmaQuickTargets.cmake")