Changeset 3035 for trunk/CMakeLists.txt


Ignore:
Timestamp:
04/01/15 20:46:13 (9 years ago)
Author:
Kana Sugimoto
Message:

New Development: Yes

JIRA Issue: Yes (CAS-7383))

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): asap

Description: use libcasa_python instead of pyrap in cmake.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CMakeLists.txt

    r3029 r3035  
    225225                      scimath
    226226                      scimath_f
    227                       tables )
     227                      tables
     228                      python )
    228229   set( _casacore_libs "" )
    229230   foreach( _a ${CASACORE_LIBS} )
     
    278279message( STATUS "CASACORE_INCLUDE_DIR = " ${CASACORE_INCLUDE_DIR} )
    279280unset( USE_LIBCASACORE CACHE )
    280 
    281281
    282282#
     
    692692set( ASAPPYLIB _asap )
    693693set( ASAPLIB asap )
    694 set( PYRAPLIB pyrap )
     694#set( PYRAPLIB pyrap )
    695695set( ATNFLIB atnf )
    696696set( ASAP2TO3 asap2to3 )
Note: See TracChangeset for help on using the changeset viewer.