summaryrefslogtreecommitdiffstats
path: root/Help/release/dev
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-02-15 13:57:24 (GMT)
committerKitware Robot <kwrobot@kitware.com>2023-02-15 13:57:32 (GMT)
commite2ed34abf899ebe528709c2850503fd7ead544a9 (patch)
tree8ddec9a1d0ba63ef3e3548ed77616ccf8cbd93fb /Help/release/dev
parenta550db0d45ed8c56f642b07d05c9b18f7b6ed224 (diff)
parent082ccd75301cd02efd09bb9882bb9d2a8957193b (diff)
downloadCMake-e2ed34abf899ebe528709c2850503fd7ead544a9.zip
CMake-e2ed34abf899ebe528709c2850503fd7ead544a9.tar.gz
CMake-e2ed34abf899ebe528709c2850503fd7ead544a9.tar.bz2
Merge topic 'ninja-custom-command-depends'
082ccd7530 add_custom_command: Add DEPENDS_EXPLICIT_ONLY option for Ninja Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8198
Diffstat (limited to 'Help/release/dev')
-rw-r--r--Help/release/dev/ninja-custom-command-depends.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/ninja-custom-command-depends.rst b/Help/release/dev/ninja-custom-command-depends.rst
new file mode 100644
index 0000000..10c68cf
--- /dev/null
+++ b/Help/release/dev/ninja-custom-command-depends.rst
@@ -0,0 +1,7 @@
+ninja-custom-command-depends
+----------------------------
+
+* The :command:`add_custom_command` command gained a new
+ ``DEPENDS_EXPLICIT_ONLY`` option to tell the :ref:`Ninja Generators`
+ not to add any dependencies implied by the target to which it is
+ attached.