mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
Merge topic 'ninja-require-byproducts'
bd9c7f9bNinja: Add policy to require explicit custom command byproductsed8e30b0cmGlobalNinjaGenerator: Optimize handling of known build outputsad094f43cmGlobalNinjaGenerator: Fix spelling of "unknown"82a37d3ccmGlobalNinjaGenerator: Drop unused member
This commit is contained in:
@@ -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`.
|
||||
Reference in New Issue
Block a user