Changeset 2445 for trunk/CMakeLists.txt


Ignore:
Timestamp:
03/29/12 12:37:19 (12 years ago)
Author:
Malte Marquarding
Message:

Temporary fix for divergence of casacore and casapy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CMakeLists.txt

    r2417 r2445  
    1515message( STATUS "USE_LIBCASACORE = " ${USE_LIBCASACORE} )
    1616message( STATUS "STANDALONE = " ${STANDALONE} )
     17
     18# Use casapy's fork of casacore 
     19if ( NOT STANDALONE )
     20  add_definitions( -DUSE_CASAPY )
     21endif ()
    1722
    1823# Define compiler paths on OSX 10.5. This must be done before invoking project()
     
    4247# default is RelWithDebInfo
    4348#
     49
     50
    4451if ( NOT CMAKE_BUILD_TYPE )
    4552   set( CMAKE_BUILD_TYPE RelWithDebInfo )
Note: See TracChangeset for help on using the changeset viewer.