Changeset 1976 for trunk/CMakeLists.txt


Ignore:
Timestamp:
01/24/11 17:35:25 (13 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Changes from Wes and Darrell.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CMakeLists.txt

    r1972 r1976  
    515515set( PYTHON_INSTALL_DIR python/${PYTHONV}/asap )
    516516set( SHARED_INSTALL_DIR share/asap )
     517# Add the modules to be built.
     518#
     519# Choose to have correct RPATHs both in the build tree and
     520# in the install tree (at the cost of having to change the
     521# rpath when installing)
     522#
     523set( CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_PREFIX}/lib )
     524set( CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
     525set( CMAKE_INSTALL_NAME_DIR ${CMAKE_INSTALL_PREFIX}/lib )
     526
    517527
    518528
Note: See TracChangeset for help on using the changeset viewer.