summaryrefslogtreecommitdiffstats
path: root/Help/prop_sf/GENERATED.rst
diff options
context:
space:
mode:
authorRobert Maynard <rmaynard@nvidia.com>2023-06-21 12:36:50 (GMT)
committerBrad King <brad.king@kitware.com>2023-06-21 18:19:38 (GMT)
commitc3a364cae9367edcc9a0aab4aa63ec478dba7bee (patch)
tree83d98600bdb6c679cef08b8d16ad6fba555ac1ac /Help/prop_sf/GENERATED.rst
parent0cd5300665fdbb68c32e318e5ca423854716c7a7 (diff)
downloadCMake-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.rst2
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`,