mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
Help: Fix JOIN generator expression syntax example
Fix syntax of the JOIN generator expression example, from `$<JOIN,list,glue>` to `$<JOIN:list,glue>`.
This commit is contained in:
@@ -571,7 +571,7 @@ List Transformations
|
||||
:ref:`$\<LIST:JOIN,list,glue\> <GenEx LIST-JOIN>`, but the two have
|
||||
different behavior with regard to empty items.
|
||||
:ref:`$\<LIST:JOIN,list,glue\> <GenEx LIST-JOIN>` preserves all empty items,
|
||||
whereas ``$<JOIN,list,glue>`` drops all empty items from the list.
|
||||
whereas ``$<JOIN:list,glue>`` drops all empty items from the list.
|
||||
|
||||
.. genex:: $<REMOVE_DUPLICATES:list>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user