Fix Plasma_INCLUDE_INSTALL_DIR variable in (another) config module
This should have been part of the INCLUDE_INSTALL_DIR to KF5_INCLUDE_INSTALL_DIR commit.
This commit is contained in:
parent
5d911b5cbd
commit
c4f408a334
@ -5,7 +5,7 @@
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/KF5PlasmaQuickTargets.cmake")
|
||||
|
||||
set(PlasmaQuick_INSTALL_PREFIX "@PACKAGE_CMAKE_INSTALL_PREFIX@")
|
||||
set_and_check(PlasmaQuick_INCLUDE_DIR "@PACKAGE_INCLUDE_INSTALL_DIR@")
|
||||
set_and_check(PlasmaQuick_INCLUDE_DIR "@PACKAGE_KF5_INCLUDE_INSTALL_DIR@")
|
||||
|
||||
set(PlasmaQuick_LIBRARIES KF5::PlasmaQuick)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user