File size: 220 Bytes
1d87472 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | break
-----
Break from an enclosing foreach or while loop.
.. code-block:: cmake
break()
Breaks from an enclosing :command:`foreach` or :command:`while` loop.
See also the :command:`continue` command.
|