Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2658


Ignore:
Timestamp:
Feb 14, 2009, 5:10:59 PM (15 years ago)
Author:
rgrieder
Message:

rpath bugfix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem2/cmake/BuildConfig.cmake

    r2657 r2658  
    133133
    134134
    135 ################# Unix RPath ####################
     135################# Unix rpath ####################
    136136
    137137# use, i.e. don't skip the full RPATH for the build tree
     
    143143
    144144# the RPATH to be used when installing
    145 SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
     145SET(CMAKE_INSTALL_RPATH ${ORXONOX_LIBRARY_INSTALL_PATH})
    146146
    147147# add the automatically determined parts of the RPATH
Note: See TracChangeset for help on using the changeset viewer.