One more missed place with INCLUDE_INSTALL_DIR.

This commit is contained in:
Andrius Štikonas 2022-01-20 19:13:02 +00:00
parent deb82fe2f9
commit c6e37dbd8e
1 changed files with 0 additions and 1 deletions

View File

@ -97,7 +97,6 @@ set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KPMcore")
configure_package_config_file("${CMAKE_CURRENT_SOURCE_DIR}/KPMcoreConfig.cmake.in"
"${CMAKE_CURRENT_BINARY_DIR}/KPMcoreConfig.cmake"
INSTALL_DESTINATION ${CMAKECONFIG_INSTALL_DIR}
PATH_VARS INCLUDE_INSTALL_DIR
)
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/KPMcoreConfig.cmake"