summaryrefslogtreecommitdiff
path: root/Help/release/dev/ninja-custom-command-depends.rst
blob: 0b7840c9403912024999048ba818e7086dd88141 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.

* The :variable:`CMAKE_ADD_CUSTOM_COMMAND_DEPENDS_EXPLICIT_ONLY` variable can
  be set to enable ``DEPENDS_EXPLICIT_ONLY`` in all uses of
  :command:`add_custom_command` command.