浏览代码

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 年之前
父节点
当前提交
c3a364cae9
共有 1 个文件被更改,包括 1 次插入1 次删除
  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`,