Changeset 2399 for trunk/cmake
- Timestamp:
- 01/13/12 19:47:39 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cmake/withcasa.cmake
r2273 r2399 6 6 # environment dependent settings 7 7 if( APPLE ) 8 if( NOT arch )9 set( arch darwin )10 endif()11 8 if( CMAKE_SYSTEM MATCHES ^Darwin-10 ) 9 if ( NOT arch ) 10 set( arch darwin64 ) 11 endif() 12 12 if( NOT archflag ) 13 13 if( EXISTS /opt/casa/darwin10-64b ) … … 25 25 endif() 26 26 elseif( CMAKE_SYSTEM MATCHES ^Darwin-9 ) 27 if ( NOT arch ) 28 set( arch darwin ) 29 endif() 27 30 set( casa_packages /opt/casa/core2-apple-darwin8/3rd-party ) 28 31 endif()
Note:
See TracChangeset
for help on using the changeset viewer.