From 1f4f2aabc7fd683874e7df14cebc8c8e0b9a74a7 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 25 Nov 2014 10:21:55 -0500 Subject: [PATCH] Help: Add notes for topic 'custom-command-byproducts' --- Help/release/dev/custom-command-byproducts.rst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Help/release/dev/custom-command-byproducts.rst diff --git a/Help/release/dev/custom-command-byproducts.rst b/Help/release/dev/custom-command-byproducts.rst new file mode 100644 index 000000000..dc85fdbbc --- /dev/null +++ b/Help/release/dev/custom-command-byproducts.rst @@ -0,0 +1,7 @@ +custom-command-byproducts +------------------------- + +* The :command:`add_custom_command` and :command:`add_custom_target` + commands learned a new ``BYPRODUCTS`` option to specify files + produced as side effects of the custom commands. These are not + outputs because they do not always have to be newer than inputs.