It serves no purpose
@ -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 ###############