summaryrefslogtreecommitdiffstats
path: root/Source/cmStringCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-09-02 14:43:16 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-09-02 14:43:16 (GMT)
commit3db5e31ec12b3fa410aaf18d8b460af969c05381 (patch)
treeadc9b3a82e4ea67662d8613455556356bf81ab2e /Source/cmStringCommand.h
parent14cdf5971e8d25a7f7dfe3163de8d46e8ec8ea22 (diff)
parent87e476e8e40c66ebbde356b9194acc0b21edf640 (diff)
downloadCMake-3db5e31ec12b3fa410aaf18d8b460af969c05381.zip
CMake-3db5e31ec12b3fa410aaf18d8b460af969c05381.tar.gz
CMake-3db5e31ec12b3fa410aaf18d8b460af969c05381.tar.bz2
Merge topic 'string-uuid'
87e476e8 Help: Add notes for topic 'string-uuid' 328e8694 StringUuid: Implement new string(UUID) sub-command.
Diffstat (limited to 'Source/cmStringCommand.h')
-rw-r--r--Source/cmStringCommand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmStringCommand.h b/Source/cmStringCommand.h
index 8292e64..9c75095 100644
--- a/Source/cmStringCommand.h
+++ b/Source/cmStringCommand.h
@@ -74,6 +74,7 @@ protected:
bool HandleTimestampCommand(std::vector<std::string> const& args);
bool HandleMakeCIdentifierCommand(std::vector<std::string> const& args);
bool HandleGenexStripCommand(std::vector<std::string> const& args);
+ bool HandleUuidCommand(std::vector<std::string> const& args);
class RegexReplacement
{