Changeset 2658
- Timestamp:
- Feb 14, 2009, 5:10:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2/cmake/BuildConfig.cmake
r2657 r2658 133 133 134 134 135 ################# Unix RPath ####################135 ################# Unix rpath #################### 136 136 137 137 # use, i.e. don't skip the full RPATH for the build tree … … 143 143 144 144 # the RPATH to be used when installing 145 SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")145 SET(CMAKE_INSTALL_RPATH ${ORXONOX_LIBRARY_INSTALL_PATH}) 146 146 147 147 # add the automatically determined parts of the RPATH
Note: See TracChangeset
for help on using the changeset viewer.