Changeset 2872 for trunk/external


Ignore:
Timestamp:
12/03/13 13:09:42 (10 years ago)
Author:
Kana Sugimoto
Message:

New Development: Yes

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): asap build with CASA

Description: introduced version numbering (common to casacore and CASA) to shared libraries of asap (_asap.so, libpyrap.so, libatnf.so, and libasap.so) when the package is build as a part of CASA.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/external/libpyrap/CMakeLists.txt

    r1966 r2872  
    3636add_dependencies( inst ${PYRAPLIB} )
    3737
     38if ( DEFINED asap_soversion )
     39    set_target_properties( ${PYRAPLIB} PROPERTIES SOVERSION ${asap_soversion} )
     40endif( )
     41
    3842# install directory
    3943install( TARGETS ${PYRAPLIB}
Note: See TracChangeset for help on using the changeset viewer.