Remove KDE_BINDIR definition

It serves no purpose
wilder-5.22
Nicolas Fella 5 years ago
parent 2291cf6d7b
commit 8df0b1695d
  1. 3
      config-workspace.h.cmake
  2. 2
      kcms/cursortheme/CMakeLists.txt

@ -6,9 +6,6 @@
/* Define to 1 if you have the <sys/time.h> 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@"

@ -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 ###############

Loading…
Cancel
Save