summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-10-20 02:24:00 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2007-10-20 02:24:00 (GMT)
commit613c35e033ce8d2ae2c1c8e12af775e277039f67 (patch)
tree96114a84e513c071526cc892e19d483caaad6b0c /Modules
parent4168c0797bdc3e6c2ff6cdd40bd1099edc5a0c96 (diff)
downloadCMake-613c35e033ce8d2ae2c1c8e12af775e277039f67.zip
CMake-613c35e033ce8d2ae2c1c8e12af775e277039f67.tar.gz
CMake-613c35e033ce8d2ae2c1c8e12af775e277039f67.tar.bz2
ENH: do not always add -arch flags
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Platform/Darwin.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/Darwin.cmake b/Modules/Platform/Darwin.cmake
index 5f14228..348abfc 100644
--- a/Modules/Platform/Darwin.cmake
+++ b/Modules/Platform/Darwin.cmake
@@ -44,6 +44,7 @@ IF(EXISTS /Developer/SDKs/MacOSX10.4u.sdk)
# now put _CMAKE_OSX_MACHINE into the cache
SET(CMAKE_OSX_ARCHITECTURES ${_CMAKE_OSX_MACHINE}
CACHE STRING "Build architectures for OSX")
+ SET(CMAKE_OSX_ARCHITECTURES_DEFAULT ${_CMAKE_OSX_MACHINE})
ENDIF(EXISTS /Developer/SDKs/MacOSX10.4u.sdk)