Răsfoiți Sursa

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).
Robert Maynard 2 ani în urmă
părinte
comite
c3a364cae9
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Help/prop_sf/GENERATED.rst

+ 1 - 1
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`,