diff options
author | Brad King <brad.king@kitware.com> | 2014-11-25 15:42:27 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-11-25 15:42:27 (GMT) |
commit | 66ba7ea831ca8d44b137e59e8271de3c7756cfe3 (patch) | |
tree | b46d478c4a59c49d0845de432415486a368b3230 /Help/release | |
parent | d52cfd129cc63708c6b2b9e561eb02c465c8cdc0 (diff) | |
parent | 1f4f2aabc7fd683874e7df14cebc8c8e0b9a74a7 (diff) | |
download | CMake-66ba7ea831ca8d44b137e59e8271de3c7756cfe3.zip CMake-66ba7ea831ca8d44b137e59e8271de3c7756cfe3.tar.gz CMake-66ba7ea831ca8d44b137e59e8271de3c7756cfe3.tar.bz2 |
Merge topic 'custom-command-byproducts'
1f4f2aab Help: Add notes for topic 'custom-command-byproducts'
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/custom-command-byproducts.rst | 7 |
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. |