diff options
author | Brad King <brad.king@kitware.com> | 2014-09-10 15:23:15 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-09-10 15:23:15 (GMT) |
commit | 3d290c111ae8471d3c21ed58225392d982090a9f (patch) | |
tree | c5206feb8d80554e5ea2b3c9d7ffede1d5e53f52 /Help | |
parent | cd0ead3c9496478136b75155abeee45c80187fe1 (diff) | |
parent | e6ba52e8e02847fbfda601033e3c5bebc838898b (diff) | |
download | CMake-3d290c111ae8471d3c21ed58225392d982090a9f.zip CMake-3d290c111ae8471d3c21ed58225392d982090a9f.tar.gz CMake-3d290c111ae8471d3c21ed58225392d982090a9f.tar.bz2 |
Merge topic 'string-uuid-doc-fix'
e6ba52e8 StringUuid: Mark UPPER flag optional in sub-command synopsis
Diffstat (limited to 'Help')
-rw-r--r-- | Help/command/string.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/string.rst b/Help/command/string.rst index 8ed0e86..07d0ff3 100644 --- a/Help/command/string.rst +++ b/Help/command/string.rst @@ -37,7 +37,7 @@ String operations. string(MAKE_C_IDENTIFIER <input string> <output variable>) string(GENEX_STRIP <input string> <output variable>) 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 in the output variable. |