diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-07-26 00:21:50 +0200 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-07-26 00:21:50 +0200 |
commit | e454cba292f2acf29b4a7a39897f14b1dc1f2ad6 (patch) | |
tree | 535f007bf01fcfb0933da161f3052506efbe02a7 /Source | |
parent | 10e54cd6c9437c27b3a758f8de1455086c53fae5 (diff) | |
download | cmake-e454cba292f2acf29b4a7a39897f14b1dc1f2ad6.tar.gz |
Docs: Document file(GENERATE) CONDITION as optional.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmFileCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFileCommand.h b/Source/cmFileCommand.h index 586fee2ad4..aa755d1f50 100644 --- a/Source/cmFileCommand.h +++ b/Source/cmFileCommand.h @@ -90,7 +90,7 @@ public: " file(TIMESTAMP filename variable [<format string>] [UTC])\n" " file(GENERATE OUTPUT output_file\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 " "overwrites the file if it already exists, and creates the file " "if it does not exist. (If the file is a build input, use " |