diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2024-02-28 18:21:52 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2024-02-28 18:21:52 (GMT) |
commit | b03356f954af52baaea66fb29a3b708e64059025 (patch) | |
tree | 57298af152cbca955c84e0ae2a20c3d25cffbe9c /Help | |
parent | 5ac83689222d3158f1a6e32259096b80ebe89166 (diff) | |
download | CMake-b03356f954af52baaea66fb29a3b708e64059025.zip CMake-b03356f954af52baaea66fb29a3b708e64059025.tar.gz CMake-b03356f954af52baaea66fb29a3b708e64059025.tar.bz2 |
Help/add_custom_command: fix verb grammo
Diffstat (limited to 'Help')
-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 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. |