From a0c759076bb7f49466871f3e129e62b01d874042 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Sun, 27 Apr 2014 01:53:42 +0200 Subject: install libexec executables in the kf5 libexec directory --- src/core/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 9d0cdc79..61bda888 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -21,7 +21,7 @@ add_library(KF5::ConfigCore ALIAS KF5ConfigCore) target_compile_definitions(KF5ConfigCore PRIVATE - KCONF_UPDATE_INSTALL_LOCATION="${CMAKE_INSTALL_PREFIX}/${LIBEXEC_INSTALL_DIR}/$" + KCONF_UPDATE_INSTALL_LOCATION="${CMAKE_INSTALL_PREFIX}/${KF5_LIBEXEC_INSTALL_DIR}/$" ) target_include_directories(KF5ConfigCore INTERFACE "$") -- cgit v1.2.1