- Timestamp:
- 01/24/11 17:35:25 (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CMakeLists.txt
r1972 r1976 515 515 set( PYTHON_INSTALL_DIR python/${PYTHONV}/asap ) 516 516 set( 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 # 523 set( CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_PREFIX}/lib ) 524 set( CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) 525 set( CMAKE_INSTALL_NAME_DIR ${CMAKE_INSTALL_PREFIX}/lib ) 526 517 527 518 528 -
trunk/cmake/withcasa.cmake
r1970 r1976 64 64 # casacore 65 65 # 66 set( CASACORE_PATHS "${casaroot}/${arch}; /usr/local;/usr" )66 set( CASACORE_PATHS "${casaroot}/${arch};${casaroot};/usr/local;/usr" ) 67 67 68 68
Note:
See TracChangeset
for help on using the changeset viewer.