diff options
author | Brad King <brad.king@kitware.com> | 2015-03-27 10:46:11 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-03-27 10:52:32 -0400 |
commit | b76b52c0b4b2f1cd324d6e93d26911e3bc4a8b87 (patch) | |
tree | cc512a428379867c425f8ff5b95ee86493a70e7c /Modules | |
parent | 9e14a5dee2b7ec420fcfea49c2f2f41da84e2cbf (diff) | |
download | cmake-b76b52c0b4b2f1cd324d6e93d26911e3bc4a8b87.tar.gz |
Xcode: Set ARCHS only when CMAKE_OSX_ARCHITECTURES is specified (#14736)
Teach the Xcode generator that ONLY_ACTIVE_ARCH=YES means to use ARCHS,
and that the default of ONLY_ACTIVE_ARCH=NO means to use NATIVE_ARCH and
ignore ARCHS. In the latter case there is no reason to generate ARCHS.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/CompilerId/Xcode-3.pbxproj.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/CompilerId/Xcode-3.pbxproj.in b/Modules/CompilerId/Xcode-3.pbxproj.in index 7f686a27b3..20f3da3129 100644 --- a/Modules/CompilerId/Xcode-3.pbxproj.in +++ b/Modules/CompilerId/Xcode-3.pbxproj.in @@ -79,7 +79,6 @@ 1DEB928A08733DD80010E9CD = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; ONLY_ACTIVE_ARCH = YES; CODE_SIGNING_REQUIRED = NO; CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)"; |