aboutsummaryrefslogtreecommitdiff
path: root/modules/FindKDE4Internal.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2006-11-27 23:11:49 +0000
committerAlexander Neundorf <neundorf@kde.org>2006-11-27 23:11:49 +0000
commit93896ee1abdb312b7cb9826b9af0c9f617572a62 (patch)
tree5eacf02dfbc89fdee9945153c4fbb80ede832602 /modules/FindKDE4Internal.cmake
parentb720757027cc164e6f3cf137d4dae1a3c8575c4f (diff)
downloadextra-cmake-modules-93896ee1abdb312b7cb9826b9af0c9f617572a62.tar.gz
extra-cmake-modules-93896ee1abdb312b7cb9826b9af0c9f617572a62.tar.bz2
-modify RPATH behaviour for libraries so that they work as expected (...although it might not be correct expectations...)
this changed with cmake 2.4.3, where INSTALL_RPATH_USE_LINK_PATH was introduced -add docs for BIN_INSTALL_DIR and SBIN_INSTALL_DIR Alex svn path=/trunk/KDE/kdelibs/; revision=608580
Diffstat (limited to 'modules/FindKDE4Internal.cmake')
-rw-r--r--modules/FindKDE4Internal.cmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index d8ad5e0b..bf327f0f 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -73,13 +73,15 @@
# for install directories. They are all interpreted relative
# to CMAKE_INSTALL_PREFIX
#
+# BIN_INSTALL_DIR - the directory where executables be installed (default is prefix/bin)
+# SBIN_INSTALL_DIR - the directory where system executables will be installed (default is prefix/sbin)
+# LIB_INSTALL_DIR - the directory where libraries will be installed (default is prefix/lib)
# CONFIG_INSTALL_DIR - the config file install dir
# DATA_INSTALL_DIR - the parent directory where applications can install their data
# HTML_INSTALL_DIR - the HTML install dir for documentation
# ICON_INSTALL_DIR - the icon install dir (default prefix/share/icons/)
# INFO_INSTALL_DIR - the kde info install dir (default prefix/info)
# KCFG_INSTALL_DIR - the install dir for kconfig files
-# LIB_INSTALL_DIR - the subdirectory relative to the install prefix where libraries will be installed (default is /lib)
# LOCALE_INSTALL_DIR - the install dir for translations
# MAN_INSTALL_DIR - the kde man page install dir (default prefix/man/)
# MIME_INSTALL_DIR - the install dir for the mimetype desktop files