summaryrefslogtreecommitdiffstats
path: root/Source/cmStringCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-04-16 17:39:51 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-04-16 17:40:02 (GMT)
commit3205561b8a04f16d0004f73d0dc5eeffd0c7dd02 (patch)
treeba38e00f2f9e205ec8f682f912c238e2063f1581 /Source/cmStringCommand.h
parent34975815a8b07879ea10b23e8cb630bb1930a3ee (diff)
parent536cca60ea1c037d751b03bf5da8385783856000 (diff)
downloadCMake-3205561b8a04f16d0004f73d0dc5eeffd0c7dd02.zip
CMake-3205561b8a04f16d0004f73d0dc5eeffd0c7dd02.tar.gz
CMake-3205561b8a04f16d0004f73d0dc5eeffd0c7dd02.tar.bz2
Merge topic 'string-repeat'
536cca60ea string: introduce `REPEAT` sub-command Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3239
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 cbff73e..acde605 100644
--- a/Source/cmStringCommand.h
+++ b/Source/cmStringCommand.h
@@ -51,6 +51,7 @@ protected:
bool HandleConcatCommand(std::vector<std::string> const& args);
bool HandleJoinCommand(std::vector<std::string> const& args);
bool HandleStripCommand(std::vector<std::string> const& args);
+ bool HandleRepeatCommand(std::vector<std::string> const& args);
bool HandleRandomCommand(std::vector<std::string> const& args);
bool HandleFindCommand(std::vector<std::string> const& args);
bool HandleTimestampCommand(std::vector<std::string> const& args);