remove.rst 306 B

1234567891011121314
  1. remove
  2. ------
  3. .. deprecated:: 3.0
  4. Use the :command:`list(REMOVE_ITEM)` command instead.
  5. .. code-block:: cmake
  6. remove(VAR VALUE VALUE ...)
  7. Removes ``VALUE`` from the variable ``VAR``. This is typically used to
  8. remove entries from a vector (e.g. semicolon separated list). ``VALUE``
  9. is expanded.