Changeset 7519
- Timestamp:
- Oct 9, 2010, 5:32:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ois_update/CMakeLists.txt
r7517 r7519 101 101 OPTION(ORXONOX_RELEASE "Enable when building restributable releases" FALSE) 102 102 103 IF(APPLE) 104 IF(NOT CMAKE_OSX_ARCHITECTURES) 105 SET(CMAKE_OSX_ARCHITECTURES "i386") 106 ENDIF() 107 108 # 10.6 sets x86_64 as the default architecture. 109 # Because Carbon isn't supported on 64-bit and we still need it, force the architectures to ppc and i386 110 IF(CMAKE_OSX_ARCHITECTURES MATCHES "x86_64" OR CMAKE_OSX_ARCHITECTURES MATCHES "ppc64") 111 STRING(REPLACE "x86_64" "" CMAKE_OSX_ARCHITECTURES ${CMAKE_OSX_ARCHITECTURES}) 112 STRING(REPLACE "ppc64" "" CMAKE_OSX_ARCHITECTURES ${CMAKE_OSX_ARCHITECTURES}) 113 ENDIF() 114 ENDIF() 115 103 116 ########### Subfolders and Subscripts ########### 104 117
Note: See TracChangeset
for help on using the changeset viewer.