remove.rst 254 B

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