mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Merge topic 'doc-genex-REMOVE_DUPLICATES'
484b992f25 Help: Clarify which items are retained by $<REMOVE_DUPLICATES:...>
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7217
This commit is contained in:
@@ -599,7 +599,9 @@ String Transformations
|
||||
|
||||
.. versionadded:: 3.15
|
||||
|
||||
Removes duplicated items in the given ``list``.
|
||||
Removes duplicated items in the given ``list``. The relative order of items
|
||||
is preserved, but if duplicates are encountered, only the first instance is
|
||||
preserved.
|
||||
|
||||
.. genex:: $<FILTER:list,INCLUDE|EXCLUDE,regex>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user