diff --git a/config-workspace.h.cmake b/config-workspace.h.cmake index 7f25e94a3..a7aa9d579 100644 --- a/config-workspace.h.cmake +++ b/config-workspace.h.cmake @@ -6,9 +6,6 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_SYS_TIME_H 1 -/* KDE's binaries directory */ -#define KDE_BINDIR "${KDE_INSTALL_BINDIR}" - /** place where plasma-frameworks things are installed */ #define PLASMA_RELATIVE_DATA_INSTALL_DIR "@PLASMA_RELATIVE_DATA_INSTALL_DIR@" diff --git a/kcms/cursortheme/CMakeLists.txt b/kcms/cursortheme/CMakeLists.txt index db3ac5ed1..17e22a596 100644 --- a/kcms/cursortheme/CMakeLists.txt +++ b/kcms/cursortheme/CMakeLists.txt @@ -96,7 +96,7 @@ if (X11_Xfixes_FOUND) target_link_libraries(plasma-apply-cursortheme X11::Xfixes) endif () -install(TARGETS plasma-apply-cursortheme DESTINATION ${KDE_BINDIR} ) +install(TARGETS plasma-apply-cursortheme DESTINATION ${KDE_INSTALL_BINDIR}) ########### install files ###############