Changeset 3055 for trunk/CMakeLists.txt


Ignore:
Timestamp:
10/27/15 13:49:16 (9 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-7917

Ready for Test: Yes

Interface Changes: Yes

What Interface Changed: No

Test Programs: test_importasdm, test_importasdm_mms, alma-m100-analysis-regression, alma-m100-sd-regression

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...


The cmake setting for asap is changed to ignore building asdm2ASAP. Additional dependency on libxml2 and libalma, which is required for asdm2ASAP, is also removed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CMakeLists.txt

    r3054 r3055  
    727727set( ATNFLIB atnf_asap )
    728728set( ASAP2TO3 asap2to3 )
    729 if ( NOT STANDALONE )
     729#if ( NOT STANDALONE )
    730730#   set( ASDM2ASAP_OLD oldasdm2ASAP )
    731    set( ASDM2ASAP asdm2ASAP )
    732 endif()
     731#   set( ASDM2ASAP asdm2ASAP )
     732#endif()
    733733
    734734#
Note: See TracChangeset for help on using the changeset viewer.