From 19cda738bd9349041b0379d929d610c39b2e7506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Thu, 20 Jan 2022 19:04:53 +0000 Subject: [PATCH] Do not set INCLUDE_INSTALL_DIR variable. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f8c8fc0..3f8eab2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -92,7 +92,6 @@ endif() add_subdirectory(src) # create a Config.cmake and a ConfigVersion.cmake file and install them -set(INCLUDE_INSTALL_DIR "include/kpmcore/") set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KPMcore") configure_package_config_file("${CMAKE_CURRENT_SOURCE_DIR}/KPMcoreConfig.cmake.in"