From 4b440665f2e15cf9f9934fe7bcc91cac2768df1f Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Mon, 3 Jan 2022 10:09:56 +0100 Subject: Use KDE_INSTALL_FULL_LIBEXECDIR_KF --- src/core/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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}/$" + KCONF_UPDATE_INSTALL_LOCATION="${KDE_INSTALL_FULL_LIBEXECDIR_KF}/$" ) target_include_directories(KF5ConfigCore INTERFACE "$") -- cgit v1.2.1