Changeset 2872 for trunk/src


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/src/CMakeLists.txt

    r2833 r2872  
    119119add_library( ${ASAPPYLIB} SHARED ${ASAP_PYSRCS} )
    120120
     121if ( DEFINED asap_soversion )
     122    set_target_properties( ${ASAPLIB} PROPERTIES SOVERSION ${asap_soversion} )
     123    set_target_properties( ${ASAPPYLIB} PROPERTIES SOVERSION ${asap_soversion} )
     124endif( )
     125
    121126# library name must be _asap.so
    122127set_target_properties( ${ASAPPYLIB}
Note: See TracChangeset for help on using the changeset viewer.