From a26e3caf952e4ffaa1829a1b8b3e56da2a419fa2 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Sun, 10 Dec 2006 22:32:50 +0000 Subject: -add option KDE4_USE_ALWAYS_FULL_RPATH (disabled by default): if enabled, everything (also libs and plugins) will be linked with full RPATH Alex svn path=/trunk/KDE/kdelibs/; revision=612333 --- modules/FindKDE4Internal.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/FindKDE4Internal.cmake') diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 014f092b..2bc441d0 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -565,6 +565,8 @@ endif (WIN32) # also use /usr/local by default under UNIX, including Mac OS X 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." OFF) + link_directories(/usr/local/lib) set( _KDE4_PLATFORM_INCLUDE_DIRS /usr/local/include ) -- cgit v1.2.1