summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2019-02-28 15:18:44 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-02-28 15:18:52 (GMT)
commit0d9471fa2dee221aef8166ea370a98cc26d783e4 (patch)
treeaeba0a2403bf1acf99288d52c09f2d02be546208 /Help
parent0df31d99ae44e1e151feb4df977a4332833ea872 (diff)
parent258298f59799311ad6a3f261f7e7bebcaf346657 (diff)
downloadCMake-0d9471fa2dee221aef8166ea370a98cc26d783e4.zip
CMake-0d9471fa2dee221aef8166ea370a98cc26d783e4.tar.gz
CMake-0d9471fa2dee221aef8166ea370a98cc26d783e4.tar.bz2
Merge topic 'remove_duplicates-order'
258298f597 Help: Clarify ordering of list(REMOVE_DUPLICATES) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3035
Diffstat (limited to 'Help')
-rw-r--r--Help/command/list.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/command/list.rst b/Help/command/list.rst
index 6c86c2a..4444af7 100644
--- a/Help/command/list.rst
+++ b/Help/command/list.rst
@@ -196,7 +196,8 @@ Removes items at given indices from the list.
list(REMOVE_DUPLICATES <list>)
-Removes duplicated items in the list.
+Removes duplicated items in the list. The relative order of items is preserved,
+but if duplicates are encountered, only the first instance is preserved.
.. _TRANSFORM: