aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLaurent Montel <montel@kde.org>2022-01-03 10:09:56 +0100
committerLaurent Montel <montel@kde.org>2022-01-03 10:09:56 +0100
commit4b440665f2e15cf9f9934fe7bcc91cac2768df1f (patch)
tree609510839b73bf505b5b845191d1f1b5b8734f63 /src
parent9151f1dacf59d0af10b11729b53ad23824ec1693 (diff)
downloadkconfig-4b440665f2e15cf9f9934fe7bcc91cac2768df1f.tar.gz
kconfig-4b440665f2e15cf9f9934fe7bcc91cac2768df1f.tar.bz2
Use KDE_INSTALL_FULL_LIBEXECDIR_KF
Diffstat (limited to 'src')
-rw-r--r--src/core/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 2b5e949c..4754725b 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -38,7 +38,7 @@ ecm_generate_export_header(KF5ConfigCore
target_compile_definitions(KF5ConfigCore
PRIVATE
- KCONF_UPDATE_INSTALL_LOCATION="${KDE_INSTALL_FULL_LIBEXECDIR_KF5}/$<TARGET_FILE_NAME:KF5::kconf_update>"
+ KCONF_UPDATE_INSTALL_LOCATION="${KDE_INSTALL_FULL_LIBEXECDIR_KF}/$<TARGET_FILE_NAME:KF5::kconf_update>"
)
target_include_directories(KF5ConfigCore INTERFACE "$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF}/KConfigCore>")