Merge topic 'string-uuid-doc-fix'

e6ba52e8 StringUuid: Mark UPPER flag optional in sub-command synopsis
This commit is contained in:
Brad King 2014-09-10 11:23:15 -04:00 committed by CMake Topic Stage
commit 3d290c111a
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ String operations.
string(MAKE_C_IDENTIFIER <input string> <output variable>) string(MAKE_C_IDENTIFIER <input string> <output variable>)
string(GENEX_STRIP <input string> <output variable>) string(GENEX_STRIP <input string> <output variable>)
string(UUID <output variable> NAMESPACE <namespace> NAME <name> string(UUID <output variable> NAMESPACE <namespace> NAME <name>
TYPE <MD5|SHA1> <UPPER>) TYPE <MD5|SHA1> [UPPER])
REGEX MATCH will match the regular expression once and store the match REGEX MATCH will match the regular expression once and store the match
in the output variable. in the output variable.