mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-12 01:09:47 -06:00
Help: Clarify which items are retained by $<REMOVE_DUPLICATES:...>
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