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
This commit is contained in:
Brad King
2023-02-15 13:57:24 +00:00
committed by Kitware Robot
8 changed files with 104 additions and 27 deletions
@@ -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.