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