diff options
author | Craig Scott <craig.scott@crascit.com> | 2020-07-21 11:18:50 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-07-21 11:19:02 (GMT) |
commit | 8abeec58f339f804ad5cb4a58a75e20f0dc878a1 (patch) | |
tree | 4b67a7ecf4251b9a69b299e6ff226306d58a836b /Modules/CompilerId | |
parent | cd580a99bdaa658487d7080279c9d394545c4f10 (diff) | |
parent | 26673bf48011a48fe0ad01e97409a32c1f50143d (diff) | |
download | CMake-8abeec58f339f804ad5cb4a58a75e20f0dc878a1.zip CMake-8abeec58f339f804ad5cb4a58a75e20f0dc878a1.tar.gz CMake-8abeec58f339f804ad5cb4a58a75e20f0dc878a1.tar.bz2 |
Merge topic 'xcode-native-arch'
26673bf480 Xcode: Explicitly specify default native architecture on macOS
ce624cfbd4 cmGlobalXCodeGenerator: Save CMAKE_SYSTEM_NAME in member
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5023
Diffstat (limited to 'Modules/CompilerId')
-rw-r--r-- | Modules/CompilerId/Xcode-3.pbxproj.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/CompilerId/Xcode-3.pbxproj.in b/Modules/CompilerId/Xcode-3.pbxproj.in index 672044e..6fe17e5 100644 --- a/Modules/CompilerId/Xcode-3.pbxproj.in +++ b/Modules/CompilerId/Xcode-3.pbxproj.in @@ -84,6 +84,7 @@ CODE_SIGNING_REQUIRED = NO; CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)"; SYMROOT = .; + @id_archs@ @id_toolset@ @id_lang_version@ @id_clang_cxx_library@ |