diff options
author | Robert Maynard <rmaynard@nvidia.com> | 2023-06-21 12:36:50 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-06-21 18:19:38 (GMT) |
commit | c3a364cae9367edcc9a0aab4aa63ec478dba7bee (patch) | |
tree | 83d98600bdb6c679cef08b8d16ad6fba555ac1ac /Help/prop_sf/GENERATED.rst | |
parent | 0cd5300665fdbb68c32e318e5ca423854716c7a7 (diff) | |
download | CMake-c3a364cae9367edcc9a0aab4aa63ec478dba7bee.zip CMake-c3a364cae9367edcc9a0aab4aa63ec478dba7bee.tar.gz CMake-c3a364cae9367edcc9a0aab4aa63ec478dba7bee.tar.bz2 |
Help: Remove incorrect command from list that marks GENERATED
The `file(GENERATE)` does not mark the output as `GENERATED` currently
or when the documentation that says so was added by commit 11615b297f
(GENERATED: Improve the documentation of the GENERATED file property,
2018-01-03, v3.11.0-rc1~145^2).
Diffstat (limited to 'Help/prop_sf/GENERATED.rst')
-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`, |