mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
Merge topic 'doc-genex-JOIN'
ad1d9507ba Help: Fix JOIN generator expression syntax example
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10777
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