Docs: Document file(GENERATE) CONDITION as optional.
This commit is contained in:
parent
10e54cd6c9
commit
e454cba292
|
@ -90,7 +90,7 @@ public:
|
||||||
" file(TIMESTAMP filename variable [<format string>] [UTC])\n"
|
" file(TIMESTAMP filename variable [<format string>] [UTC])\n"
|
||||||
" file(GENERATE OUTPUT output_file\n"
|
" file(GENERATE OUTPUT output_file\n"
|
||||||
" <INPUT input_file|CONTENT input_content>\n"
|
" <INPUT input_file|CONTENT input_content>\n"
|
||||||
" CONDITION expression)\n"
|
" [CONDITION expression])\n"
|
||||||
"WRITE will write a message into a file called 'filename'. It "
|
"WRITE will write a message into a file called 'filename'. It "
|
||||||
"overwrites the file if it already exists, and creates the file "
|
"overwrites the file if it already exists, and creates the file "
|
||||||
"if it does not exist. (If the file is a build input, use "
|
"if it does not exist. (If the file is a build input, use "
|
||||||
|
|
Loading…
Reference in New Issue