remove.rst 276 B

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