aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-12-18 16:13:42 +0000
committerAlexander Neundorf <neundorf@kde.org>2007-12-18 16:13:42 +0000
commit7043cd8328046a8441dbf5af2201af6e334a1b02 (patch)
treeb133ccb16893a02d077141fd700c85a116d610e4 /modules
parent7597bda2d684517c684d7d0493d8fb436ea772fd (diff)
downloadextra-cmake-modules-7043cd8328046a8441dbf5af2201af6e334a1b02.tar.gz
extra-cmake-modules-7043cd8328046a8441dbf5af2201af6e334a1b02.tar.bz2
fix comment
Alex svn path=/trunk/KDE/kdelibs/; revision=750066
Diffstat (limited to 'modules')
-rw-r--r--modules/FindKDE4Internal.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index dcb1880e..753eced6 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -707,7 +707,7 @@ if (WIN32)
endif (WIN32)
-# also use /usr/local by default under UNIX, including Mac OS X
+# setup default RPATH/install_name handling, may be overridden by KDE4_HANDLE_RPATH_FOR_[LIBRARY|EXECUTABLE]
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)