diff options
author | Laurent Montel <montel@kde.org> | 2022-01-03 10:09:56 +0100 |
---|---|---|
committer | Laurent Montel <montel@kde.org> | 2022-01-03 10:09:56 +0100 |
commit | 4b440665f2e15cf9f9934fe7bcc91cac2768df1f (patch) | |
tree | 609510839b73bf505b5b845191d1f1b5b8734f63 /src/core | |
parent | 9151f1dacf59d0af10b11729b53ad23824ec1693 (diff) | |
download | kconfig-4b440665f2e15cf9f9934fe7bcc91cac2768df1f.tar.gz kconfig-4b440665f2e15cf9f9934fe7bcc91cac2768df1f.tar.bz2 |
Use KDE_INSTALL_FULL_LIBEXECDIR_KF
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/CMakeLists.txt | 2 |
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>") |