summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/ninja-require-byproducts.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/release/dev/ninja-require-byproducts.rst')
-rw-r--r--Help/release/dev/ninja-require-byproducts.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/release/dev/ninja-require-byproducts.rst b/Help/release/dev/ninja-require-byproducts.rst
new file mode 100644
index 0000000..ccde4bc
--- /dev/null
+++ b/Help/release/dev/ninja-require-byproducts.rst
@@ -0,0 +1,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`.