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).
This commit is contained in:
Robert Maynard
2023-06-21 08:36:50 -04:00
committed by Brad King
parent 0cd5300665
commit c3a364cae9

View File

@@ -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`,