summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_XCODE_BUILD_SYSTEM.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/variable/CMAKE_XCODE_BUILD_SYSTEM.rst')
-rw-r--r--Help/variable/CMAKE_XCODE_BUILD_SYSTEM.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_XCODE_BUILD_SYSTEM.rst b/Help/variable/CMAKE_XCODE_BUILD_SYSTEM.rst
index 8696bbf..587a5c9 100644
--- a/Help/variable/CMAKE_XCODE_BUILD_SYSTEM.rst
+++ b/Help/variable/CMAKE_XCODE_BUILD_SYSTEM.rst
@@ -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`