Revision: 6396
          http://playerstage.svn.sourceforge.net/playerstage/?rev=6396&view=rev
Author:   gerkey
Date:     2008-05-02 11:52:51 -0700 (Fri, 02 May 2008)

Log Message:
-----------
added INSTALL_NAME_DIR to dylib builds for OSX

Modified Paths:
--------------
    code/player/trunk/cmake/internal/LibraryUtils.cmake

Modified: code/player/trunk/cmake/internal/LibraryUtils.cmake
===================================================================
--- code/player/trunk/cmake/internal/LibraryUtils.cmake 2008-05-02 17:11:43 UTC 
(rev 6395)
+++ code/player/trunk/cmake/internal/LibraryUtils.cmake 2008-05-02 18:52:51 UTC 
(rev 6396)
@@ -10,6 +10,7 @@
     SET_TARGET_PROPERTIES (${_name} PROPERTIES
                             VERSION ${PLAYER_VERSION}
                             SOVERSION ${PLAYER_API_VERSION}
+                            INSTALL_NAME_DIR @rpath
                             INSTALL_RPATH 
"${INSTALL_RPATH};${CMAKE_INSTALL_PREFIX}/lib"
                             BUILD_WITH_INSTALL_RPATH TRUE)
     INSTALL (TARGETS ${_name} DESTINATION lib/)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to