From 8df0b1695df742971305a67693d2bc02b78c0216 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Mon, 22 Mar 2021 02:18:00 +0100 Subject: [PATCH] Remove KDE_BINDIR definition It serves no purpose --- config-workspace.h.cmake | 3 --- kcms/cursortheme/CMakeLists.txt | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) 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 ###############