Merge topic 'custom-command-dedup'

45fedf0e17 Makefile: Add policy CMP0113 to avoid duplication of custom commands
844779bdc1 cmMakefileTargetGenerator: Simplify custom command output collection

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5204
This commit is contained in:
Brad King
2020-09-10 14:09:44 +00:00
committed by Kitware Robot
20 changed files with 174 additions and 11 deletions
@@ -0,0 +1,5 @@
custom-command-dedup
--------------------
* :ref:`Makefile Generators` no longer repeat custom commands from target
dependencies. See policy :policy:`CMP0113`.