mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Merge topic 'string-join'
689eeb67 string: Add JOIN subcommand
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Pavel Solodovnikov <hellyeahdominate@gmail.com>
Merge-request: !1762
This commit is contained in:
@@ -151,6 +151,16 @@ CONCAT
|
||||
Concatenate all the input arguments together and store
|
||||
the result in the named output variable.
|
||||
|
||||
JOIN
|
||||
""""
|
||||
|
||||
::
|
||||
|
||||
string(JOIN <glue> <output variable> [<input>...])
|
||||
|
||||
Join all the input arguments together using the glue
|
||||
string and store the result in the named output variable.
|
||||
|
||||
TOLOWER
|
||||
"""""""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user