summaryrefslogtreecommitdiffstats
path: root/Help/policy
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-09-19 14:22:53 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-09-19 14:23:02 (GMT)
commite9d9cd348cc55ec1ef318a22efc6f795a3d8e185 (patch)
tree1f4852133550941c8382d123cd719517467baa6f /Help/policy
parent6949d0195d9d87cd92ce7da73cfde5d56bc2decd (diff)
parent00b788e85ee9ebdbf2c40ea9b71a0b1bdf07c99d (diff)
downloadCMake-e9d9cd348cc55ec1ef318a22efc6f795a3d8e185.zip
CMake-e9d9cd348cc55ec1ef318a22efc6f795a3d8e185.tar.gz
CMake-e9d9cd348cc55ec1ef318a22efc6f795a3d8e185.tar.bz2
Merge topic 'help-add-custom-comman-byproducts'
00b788e85e Help:custom_command: link policy on BYPRODUCTS Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7662
Diffstat (limited to 'Help/policy')
-rw-r--r--Help/policy/CMP0058.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/policy/CMP0058.rst b/Help/policy/CMP0058.rst
index 06cc74b..a9a8f1c 100644
--- a/Help/policy/CMP0058.rst
+++ b/Help/policy/CMP0058.rst
@@ -71,6 +71,9 @@ every custom command dependency, even on source files, needs to
be treated this way because CMake does not have enough information
to know which files are generated as byproducts of custom commands.
+Introducing Byproducts
+^^^^^^^^^^^^^^^^^^^^^^
+
CMake 3.2 introduced the ``BYPRODUCTS`` option to the
:command:`add_custom_command` and :command:`add_custom_target`
commands. This option allows byproducts to be specified explicitly:
value='bug_3610026'>bug_3610026 Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/tools/configure.in
diff options
context:
space:
mode:
authorstanton <stanton>1999-04-15 22:38:46 (GMT)
committerstanton <stanton>1999-04-15 22:38:46 (GMT)
commit743017523886608c1403479b0676d469b8f998ac (patch)
treee29ecad719da73c67d437be2a057cc01dca684e9 /tools/configure.in
parentae56f9fc8840d99814f8fc8986fe6445ec9a57e6 (diff)
downloadtcl-743017523886608c1403479b0676d469b8f998ac.zip
tcl-743017523886608c1403479b0676d469b8f998ac.tar.gz
tcl-743017523886608c1403479b0676d469b8f998ac.tar.bz2
* Merge 8.0.5 changes:
- Mac changes for final release - Minor fixes to tools configure file * win/tclWinSock.c: Apply patch to allow write access to a socket if FD_WRITE is sent but FD_CONNECT is not. Some strange problem with either Win32 or a socket driver. [Bug: 1664 1776]