summaryrefslogtreecommitdiff
path: root/share/cmake-3.22/Help/command/remove.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.22/Help/command/remove.rst')
-rw-r--r--share/cmake-3.22/Help/command/remove.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/share/cmake-3.22/Help/command/remove.rst b/share/cmake-3.22/Help/command/remove.rst
new file mode 100644
index 0000000..543d016
--- /dev/null
+++ b/share/cmake-3.22/Help/command/remove.rst
@@ -0,0 +1,14 @@
+remove
+------
+
+.. deprecated:: 3.0
+
+ 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.