mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
Help: list(REMOVE_ITEM) removes all instances, not just the first found
Fixes: #19908
This commit is contained in:
parent
c1d5d5eb11
commit
ad024439f5
@ -180,7 +180,7 @@ Insert elements to the 0th position in the list.
|
||||
|
||||
list(REMOVE_ITEM <list> <value> [<value> ...])
|
||||
|
||||
Removes the given items from the list.
|
||||
Removes all instances of the given items from the list.
|
||||
|
||||
.. _REMOVE_AT:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user