diff options
author | Brad King <brad.king@kitware.com> | 2020-11-12 16:20:10 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-11-12 16:26:19 (GMT) |
commit | 98849039ccaf2db810abdeb4cf570cef68711642 (patch) | |
tree | e5ab17908f01e7edc569d464308d65ea3a2344ad /Modules/CompilerId | |
parent | d579c4152f2ce6d4f4afda6d8b6e194893707b7e (diff) | |
download | CMake-98849039ccaf2db810abdeb4cf570cef68711642.zip CMake-98849039ccaf2db810abdeb4cf570cef68711642.tar.gz CMake-98849039ccaf2db810abdeb4cf570cef68711642.tar.bz2 |
Xcode: Default to arm64 arch on Apple Silicon hosts during compiler id
In commit b6c60f14b6 (macOS: Default to arm64 architecture on Apple
Silicon hosts, 2020-09-28, v3.19.0-rc1~63^2) we forgot to update the
compiler id architecture selection added by commit 26673bf480 (Xcode:
Explicitly specify default native architecture on macOS, 2020-07-16,
v3.18.1~20^2).
Issue: #21425
Diffstat (limited to 'Modules/CompilerId')
-rw-r--r-- | Modules/CompilerId/Xcode-3.pbxproj.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CompilerId/Xcode-3.pbxproj.in b/Modules/CompilerId/Xcode-3.pbxproj.in index 6fe17e5..aab357a 100644 --- a/Modules/CompilerId/Xcode-3.pbxproj.in +++ b/Modules/CompilerId/Xcode-3.pbxproj.in @@ -80,11 +80,11 @@ 1DEB928A08733DD80010E9CD = { isa = XCBuildConfiguration; buildSettings = { - ONLY_ACTIVE_ARCH = YES; CODE_SIGNING_REQUIRED = NO; CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)"; SYMROOT = .; @id_archs@ + @id_arch_active@ @id_toolset@ @id_lang_version@ @id_clang_cxx_library@ |