Imported Upstream version 3.25.0
[platform/upstream/cmake.git] / Help / command / endblock.rst
1 endblock
2 --------
3
4 .. versionadded:: 3.25
5
6 Ends a list of commands in a :command:`block` and removes the scopes
7 created by the :command:`block` command.
8
9 .. code-block:: cmake
10
11   endblock()