diff options
author | Brad King <brad.king@kitware.com> | 2023-06-29 14:57:02 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-06-29 14:57:38 (GMT) |
commit | e588d29eafc67c98f847a35eb6436fa3a7d4622f (patch) | |
tree | 1d50e3d34cd4511462697afe918755ef608b2201 | |
parent | f9fe9099ab1b02239f5904c8c4ca477f63de1f2c (diff) | |
download | CMake-e588d29eafc67c98f847a35eb6436fa3a7d4622f.zip CMake-e588d29eafc67c98f847a35eb6436fa3a7d4622f.tar.gz CMake-e588d29eafc67c98f847a35eb6436fa3a7d4622f.tar.bz2 |
Help: add_custom_command(TARGET) does not support USES_TERMINAL
Build events are attached to existing build statements so we cannot
independently control the job pool.
Issue: #25040
-rw-r--r-- | Help/command/add_custom_command.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/add_custom_command.rst b/Help/command/add_custom_command.rst index 7b3aa1a..f1be309 100644 --- a/Help/command/add_custom_command.rst +++ b/Help/command/add_custom_command.rst @@ -478,7 +478,7 @@ target is already built, the command will not execute. [BYPRODUCTS [files...]] [WORKING_DIRECTORY dir] [COMMENT comment] - [VERBATIM] [USES_TERMINAL] + [VERBATIM] [COMMAND_EXPAND_LISTS]) This defines a new command that will be associated with building the |