diff options
author | Brad King <brad.king@kitware.com> | 2023-06-22 14:39:13 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-06-22 14:39:21 (GMT) |
commit | 99ea9ad947e980d179a618ff1f67fa27a30975d3 (patch) | |
tree | 83d98600bdb6c679cef08b8d16ad6fba555ac1ac | |
parent | 0cd5300665fdbb68c32e318e5ca423854716c7a7 (diff) | |
parent | c3a364cae9367edcc9a0aab4aa63ec478dba7bee (diff) | |
download | CMake-99ea9ad947e980d179a618ff1f67fa27a30975d3.zip CMake-99ea9ad947e980d179a618ff1f67fa27a30975d3.tar.gz CMake-99ea9ad947e980d179a618ff1f67fa27a30975d3.tar.bz2 |
Merge topic 'doc-GENERATED' into release-3.27
c3a364cae9 Help: Remove incorrect command from list that marks GENERATED
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8579
-rw-r--r-- | Help/prop_sf/GENERATED.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/prop_sf/GENERATED.rst b/Help/prop_sf/GENERATED.rst index 216dfe8..5ecc86c 100644 --- a/Help/prop_sf/GENERATED.rst +++ b/Help/prop_sf/GENERATED.rst @@ -14,7 +14,7 @@ validity checks. Any file that is - created by the execution of commands such as - :command:`add_custom_command` and :command:`file(GENERATE)` + :command:`add_custom_command` which run during the build - listed as one of the ``BYPRODUCTS`` of an :command:`add_custom_command` or :command:`add_custom_target` command, or - created by a CMake ``AUTOGEN`` operation such as :prop_tgt:`AUTOMOC`, |