diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-07-25 22:21:50 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-07-25 22:21:50 (GMT) |
commit | e454cba292f2acf29b4a7a39897f14b1dc1f2ad6 (patch) | |
tree | 535f007bf01fcfb0933da161f3052506efbe02a7 /Source/cmFileCommand.h | |
parent | 10e54cd6c9437c27b3a758f8de1455086c53fae5 (diff) | |
download | CMake-e454cba292f2acf29b4a7a39897f14b1dc1f2ad6.zip CMake-e454cba292f2acf29b4a7a39897f14b1dc1f2ad6.tar.gz CMake-e454cba292f2acf29b4a7a39897f14b1dc1f2ad6.tar.bz2 |
Docs: Document file(GENERATE) CONDITION as optional.
Diffstat (limited to 'Source/cmFileCommand.h')
-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 586fee2..aa755d1 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 " |