summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-08-16 14:50:34 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-08-16 14:50:38 (GMT)
commitd817bbb8dfda07e94850c73811b7a520cb65c6f0 (patch)
treea4e8a335a66244e1fce7cb41301dce8df171a14b /Help/command
parent75b3866a8ebfbb2823611ebc7e7febeea2bd91c1 (diff)
parentd8ecc2545798c77ec5bf22bb420a3343d4843ef6 (diff)
downloadCMake-d817bbb8dfda07e94850c73811b7a520cb65c6f0.zip
CMake-d817bbb8dfda07e94850c73811b7a520cb65c6f0.tar.gz
CMake-d817bbb8dfda07e94850c73811b7a520cb65c6f0.tar.bz2
Merge topic 'string_prepend'
d8ecc254 Add PREPEND sub-command to string command Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1129
Diffstat (limited to 'Help/command')
-rw-r--r--Help/command/string.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/command/string.rst b/Help/command/string.rst
index 4f0c45c..ba4a412 100644
--- a/Help/command/string.rst
+++ b/Help/command/string.rst
@@ -132,6 +132,15 @@ APPEND
Append all the input arguments to the string.
+PREPEND
+"""""""
+
+::
+
+ string(PREPEND <string variable> [<input>...])
+
+Prepend all the input arguments to the string.
+
CONCAT
""""""