mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Xcode: Switch to the "new build system" for Xcode 12 and above
Provide an option to switch back to the original build system via `-T buildsystem=1`. Fixes: #18088
This commit is contained in:
@@ -10,7 +10,12 @@ mature enough for use by CMake. The possible values are:
|
||||
|
||||
``1``
|
||||
The original Xcode build system.
|
||||
This is the default.
|
||||
This is the default when using Xcode 11.x or below.
|
||||
|
||||
``12``
|
||||
The Xcode "new build system" introduced by Xcode 10.
|
||||
It became mature enough for use by CMake in Xcode 12.
|
||||
This is the default when using Xcode 12.x or above.
|
||||
|
||||
The ``CMAKE_XCODE_BUILD_SYSTEM`` variable is informational and should not
|
||||
be modified by project code. See the :ref:`Xcode Build System Selection`
|
||||
|
||||
Reference in New Issue
Block a user