remove set_and_check Plasma_INCLUDE_DIR

since Plasma_INCLUDE_DIR doesn't seem to be used anywhere and fails on CI
experiment with removing it, to see if all packages depending from plasma
build

Change-Id: I1b8f99b0d7e9de2f33674646e273f141646eaeb2
This commit is contained in:
Marco Martin 2014-12-30 13:55:07 +01:00
parent bc2253b666
commit 1f01376198

View File

@ -7,7 +7,6 @@ find_dependency(KF5Package "@KF5_DEP_VERSION@")
include("${CMAKE_CURRENT_LIST_DIR}/KF5PlasmaTargets.cmake") include("${CMAKE_CURRENT_LIST_DIR}/KF5PlasmaTargets.cmake")
set(Plasma_INSTALL_PREFIX "@PACKAGE_CMAKE_INSTALL_PREFIX@") set(Plasma_INSTALL_PREFIX "@PACKAGE_CMAKE_INSTALL_PREFIX@")
set_and_check(Plasma_INCLUDE_DIR "@PACKAGE_KF5_INCLUDE_INSTALL_DIR@")
set(Plasma_LIBRARIES KF5::Plasma) set(Plasma_LIBRARIES KF5::Plasma)