Changeset 2931 for trunk/cmake
- Timestamp:
- 04/21/14 15:53:23 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cmake/withcasa.cmake
r2898 r2931 21 21 elseif( EXISTS /opt/casa/core2-apple-darwin10 ) 22 22 set( archflag i386 ) 23 elseif( EXISTS /opt/casa/01 ) 24 set( archflag x86_64 ) 23 25 else() 24 26 set( archflag x86_64 ) … … 29 31 set( casa_packages /opt/local ) 30 32 elseif( CMAKE_SYSTEM MATCHES ^Darwin-11 ) 31 set( casa_packages /opt/casa/darwin11 ) 33 if ( EXISTS /opt/casa/01 ) 34 set( casa_packages /opt/casa/01 ) 35 else() 36 set( casa_packages /opt/casa/darwin11 ) 37 endif() 32 38 else() 33 39 set( casa_packages /opt/casa/darwin10-64b )
Note:
See TracChangeset
for help on using the changeset viewer.