summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-11-25 15:42:27 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-11-25 15:42:27 (GMT)
commit66ba7ea831ca8d44b137e59e8271de3c7756cfe3 (patch)
treeb46d478c4a59c49d0845de432415486a368b3230
parentd52cfd129cc63708c6b2b9e561eb02c465c8cdc0 (diff)
parent1f4f2aabc7fd683874e7df14cebc8c8e0b9a74a7 (diff)
downloadCMake-66ba7ea831ca8d44b137e59e8271de3c7756cfe3.zip
CMake-66ba7ea831ca8d44b137e59e8271de3c7756cfe3.tar.gz
CMake-66ba7ea831ca8d44b137e59e8271de3c7756cfe3.tar.bz2
Merge topic 'custom-command-byproducts'
1f4f2aab Help: Add notes for topic 'custom-command-byproducts'
-rw-r--r--Help/release/dev/custom-command-byproducts.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/custom-command-byproducts.rst b/Help/release/dev/custom-command-byproducts.rst
new file mode 100644
index 0000000..dc85fdb
--- /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.