blob: 4875a2bf2c2a6c4e9b5c2672c33f4eb0a9ab4c43 [file] [log] [blame]
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.