From fe21580b84d06c263bbcb6d90089b9e6bb91b25b Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 5 Dec 2014 13:28:24 -0500 Subject: Help: Document file(GENERATE) signature option order In commit v3.1.0-rc1~484^2 (Help: Format and revise file() command documentation, 2014-05-23) the signature of file(GENERATE) was accidentally simplified too much and dropped specification of the required argument ordering. Restore the signature to make the order clear. --- Help/command/file.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Help/command/file.rst b/Help/command/file.rst index dbc4149..5d3c4a9 100644 --- a/Help/command/file.rst +++ b/Help/command/file.rst @@ -247,7 +247,9 @@ the ```` and ``UTC`` options. :: - file(GENERATE ...) + file(GENERATE OUTPUT output-file + + [CONDITION expression]) Generate an output file for each build configuration supported by the current :manual:`CMake Generator `. Evaluate -- cgit v0.12