cmake/Help/command/remove.rst

13 lines
276 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
remove
------
2015-11-17 17:22:37 +01:00
Deprecated. Use the :command:`list(REMOVE_ITEM)` command instead.
2014-08-03 19:52:23 +02:00
::
remove(VAR VALUE VALUE ...)
2015-11-17 17:22:37 +01:00
Removes ``VALUE`` from the variable ``VAR``. This is typically used to
remove entries from a vector (e.g. semicolon separated list). ``VALUE``
is expanded.