Changeset 3035 for trunk/cmake


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.


Location:
trunk/cmake
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/cmake/standalone.cmake

    r3028 r3035  
    3030macro( asap_add_subdirectory )
    3131   add_subdirectory( apps )
    32    add_subdirectory( external/libpyrap )
     32#   add_subdirectory( external/libpyrap )
    3333   add_subdirectory( external/atnf )
    3434   add_subdirectory( src )
  • trunk/cmake/withcasa.cmake

    r3028 r3035  
    221221macro( asap_add_subdirectory )
    222222   add_subdirectory( apps )
    223    add_subdirectory( external/libpyrap )
     223#   add_subdirectory( external/libpyrap )
    224224   add_subdirectory( external-alma/atnf )
    225225   add_subdirectory( src )
Note: See TracChangeset for help on using the changeset viewer.