aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-12-19 20:55:30 +0000
committerAlexander Neundorf <neundorf@kde.org>2007-12-19 20:55:30 +0000
commit010d03f311be293d940e3c9f5baf195d5d2096d3 (patch)
tree0df3d062f84bbc3c29a502da4d5492857cf41da3 /modules
parent1d936f1b2ebed2e9349205de34f8f21e5af84dc8 (diff)
downloadextra-cmake-modules-010d03f311be293d940e3c9f5baf195d5d2096d3.tar.gz
extra-cmake-modules-010d03f311be293d940e3c9f5baf195d5d2096d3.tar.bz2
-better comment
Alex svn path=/trunk/KDE/kdelibs/; revision=750668
Diffstat (limited to 'modules')
-rw-r--r--modules/FindKDE4Internal.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index 753eced6..17da4c42 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -708,6 +708,7 @@ endif (WIN32)
# setup default RPATH/install_name handling, may be overridden by KDE4_HANDLE_RPATH_FOR_[LIBRARY|EXECUTABLE]
+# default is to build with RPATH for the install dir, so it doesn't need to relink
if (UNIX)
option(KDE4_USE_ALWAYS_FULL_RPATH "If set to TRUE, also libs and plugins will be linked with the full RPATH, which will usually make them work better, but make install will take longer." ON)