CMake: Stylistic changes and documentation tweaks

...for the contributed file and string TIMESTAMP sub-commands.
This commit is contained in:
David Cole
2012-12-05 09:55:27 -05:00
parent 711e2b3b5c
commit d842d90622
4 changed files with 36 additions and 33 deletions
+2 -2
View File
@@ -145,9 +145,9 @@ public:
" by all regular expression-related commands, including \n"
" e.g. if( MATCHES ), in the variables CMAKE_MATCH_(0..9).\n"
"TIMESTAMP will write a string representation of "
"the current date and/or time to <output variable>.\n"
"the current date and/or time to the output variable.\n"
"Should the command be unable to obtain a timestamp "
"<output variable> will be set to the empty string \"\".\n"
"the output variable will be set to the empty string \"\".\n"
"The optional UTC flag requests the current date/time "
"representation to be in Coordinated Universal Time (UTC) "
"rather than local time.\n"