mirror of
https://github.com/reactos/CMake.git
synced 2024-12-05 10:16:50 +00:00
c3f40f4fd9
Use inline reStructuredText markup and add cross-references in more places.
13 lines
276 B
ReStructuredText
13 lines
276 B
ReStructuredText
remove
|
|
------
|
|
|
|
Deprecated. Use the :command:`list(REMOVE_ITEM)` command instead.
|
|
|
|
::
|
|
|
|
remove(VAR VALUE VALUE ...)
|
|
|
|
Removes ``VALUE`` from the variable ``VAR``. This is typically used to
|
|
remove entries from a vector (e.g. semicolon separated list). ``VALUE``
|
|
is expanded.
|