summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-02-29 12:59:09 (GMT)
committerKitware Robot <kwrobot@kitware.com>2024-02-29 12:59:27 (GMT)
commit8a0d42d15e235f22b7f1fea0a97268993808cc41 (patch)
tree082158b8322a402af44327f021e028e8e6958e0f
parentd00af79a7f1bc0dd3a43ee2207c43f162a8853f6 (diff)
parentb03356f954af52baaea66fb29a3b708e64059025 (diff)
downloadCMake-8a0d42d15e235f22b7f1fea0a97268993808cc41.zip
CMake-8a0d42d15e235f22b7f1fea0a97268993808cc41.tar.gz
CMake-8a0d42d15e235f22b7f1fea0a97268993808cc41.tar.bz2
Merge topic 'Help-add_custom_command-grammo' into release-3.29
b03356f954 Help/add_custom_command: fix verb grammo Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9297
-rw-r--r--Help/command/add_custom_command.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/add_custom_command.rst b/Help/command/add_custom_command.rst
index 5996d64..bd80e6e 100644
--- a/Help/command/add_custom_command.rst
+++ b/Help/command/add_custom_command.rst
@@ -549,7 +549,7 @@ one of the keywords to make clear the behavior they expect.
lines or custom commands will be omitted for the specific
configuration and no "empty-string-command" will be added.
- This allows to add individual build events for every configuration.
+ This allows adding individual build events for every configuration.
.. versionadded:: 3.21
Support for target-dependent generator expressions.