summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/ninja-require-byproducts.rst
blob: ccde4bc69abba1278286fe40c2d347860f385c22 (plain)
1
2
3
4
5
6
7
8
9
ninja-require-byproducts
------------------------

* The :generator:`Ninja` generator now requires that calls to the
  :command:`add_custom_command` and :command:`add_custom_target`
  commands use the ``BYPRODUCTS`` option to explicitly specify any
  files generated by the custom commands that are not listed as
  outputs (perhaps because their timestamps are allowed to be older
  than the inputs).  See policy :policy:`CMP0058`.