← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~zorba-coders/zorba/rpath-fix into lp:zorba

 

Chris Hillery has proposed merging lp:~zorba-coders/zorba/rpath-fix into lp:zorba.

Requested reviews:
  Chris Hillery (ceejatec)
  Matthias Brantner (matthias-brantner)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/rpath-fix/+merge/106733
-- 
https://code.launchpad.net/~zorba-coders/zorba/rpath-fix/+merge/106733
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt	2012-05-17 09:43:03 +0000
+++ CMakeLists.txt	2012-05-22 01:46:19 +0000
@@ -65,6 +65,7 @@
 
 # Enable RPaths in installed binaries
 SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
+SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
 
 # turn on the folder grouping used by IDEs (VS or XCode)
 SET(ZORBA_USE_TARGET_FOLDERS ON CACHE BOOL "Activate use of target grouping into folders")


Follow ups