summaryrefslogtreecommitdiff
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-04-20 13:59:47 +0000
committerKitware Robot <kwrobot@kitware.com>2021-04-20 09:59:53 -0400
commit4c0d69e8131c8fde3446d2d966d3c68cc3bef296 (patch)
tree338351decb69739c653b4e557bad79e01c4d0e2c /Help
parent6d30975a9e7256676aa488b318a738a50614885c (diff)
parent253aff6c94401f468ea8f9c953d325c5a8c72eb0 (diff)
downloadcmake-4c0d69e8131c8fde3446d2d966d3c68cc3bef296.tar.gz
Merge topic 'Xcode-add_custom_command-DEPFILE'
253aff6c94 Xcode: Add support of DEPFILE for add_custom_command, part 2 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6015
Diffstat (limited to 'Help')
-rw-r--r--Help/command/add_custom_command.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/Help/command/add_custom_command.rst b/Help/command/add_custom_command.rst
index c0ff81ae83..569f1e853b 100644
--- a/Help/command/add_custom_command.rst
+++ b/Help/command/add_custom_command.rst
@@ -299,14 +299,6 @@ The options are:
For :ref:`Makefile Generators`, this option cannot be specified at the
same time as ``IMPLICIT_DEPENDS`` option.
- .. note::
-
- For the :generator:`Xcode` generator, this option requires that the
- :ref:`Xcode Build System Selection` uses the ``buildsystem=12`` variant
- or higher. This is the default when using Xcode 12 or above.
- The :variable:`CMAKE_XCODE_BUILD_SYSTEM` variable indicates which variant
- of the Xcode build system is used.
-
Examples: Generating Files
^^^^^^^^^^^^^^^^^^^^^^^^^^