summaryrefslogtreecommitdiff
path: root/share/cmake-3.2/Help/command/remove.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.2/Help/command/remove.rst')
-rwxr-xr-xshare/cmake-3.2/Help/command/remove.rst12
1 files changed, 0 insertions, 12 deletions
diff --git a/share/cmake-3.2/Help/command/remove.rst b/share/cmake-3.2/Help/command/remove.rst
deleted file mode 100755
index ddf0e9a..0000000
--- a/share/cmake-3.2/Help/command/remove.rst
+++ /dev/null
@@ -1,12 +0,0 @@
-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.