summaryrefslogtreecommitdiff
path: root/share/cmake-3.2/Help/command/endforeach.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.2/Help/command/endforeach.rst')
-rwxr-xr-xshare/cmake-3.2/Help/command/endforeach.rst10
1 files changed, 0 insertions, 10 deletions
diff --git a/share/cmake-3.2/Help/command/endforeach.rst b/share/cmake-3.2/Help/command/endforeach.rst
deleted file mode 100755
index f23552d..0000000
--- a/share/cmake-3.2/Help/command/endforeach.rst
+++ /dev/null
@@ -1,10 +0,0 @@
-endforeach
-----------
-
-Ends a list of commands in a FOREACH block.
-
-::
-
- endforeach(expression)
-
-See the FOREACH command.