Changeset 3006 for trunk/CMakeLists.txt


Ignore:
Timestamp:
10/16/14 12:52:07 (10 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): cmake build scripts

Description: Applied a patch sent from Darrell on Sep. 12, 2014 to support building on the latest version of OSX.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CMakeLists.txt

    r3005 r3006  
    9898                CMAKE_SYSTEM MATCHES ^Darwin-11 )
    9999      if( NOT archflag )
    100          if( EXISTS /opt/casa/darwin11 )
     100         if( EXISTS /opt/casa/01 )
     101            set( archflag x86_64 )
     102         elseif( EXISTS /opt/casa/darwin11 )
    101103            set( archflag x86_64 )
    102104         elseif( EXISTS /opt/casa/darwin10-64b )
     
    189191   set( CASACORE_LIBS casa
    190192                      coordinates
     193                      components
    191194                      fits
    192195                      images
Note: See TracChangeset for help on using the changeset viewer.