codekingpro's picture
Add files using upload-large-folder tool
1d87472 verified
Raw
History Blame Contribute Delete
220 Bytes
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.