https://github.com/Kitware/CMake
Raw File
Tip revision: da92cdab5206d0556822ee12350636300ec73160 authored by Brad King on 11 February 2015, 16:08:37 UTC
Merge branch 'cpack_rpm_mulit_prefix_fixup' into release
Tip revision: da92cda
remove.rst
remove
------

Deprecated. Use the 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.
back to top