mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
list(): add JOIN sub-command
This commit is contained in:
@@ -161,6 +161,10 @@ JOIN
|
||||
Join all the input arguments together using the glue
|
||||
string and store the result in the named output variable.
|
||||
|
||||
To join list's elements, use preferably the ``JOIN`` operator
|
||||
from :command:`list` command. This allows for the elements to have
|
||||
special characters like ``;`` in them.
|
||||
|
||||
TOLOWER
|
||||
"""""""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user