| Current Path : /usr/local/share/cmake-3.26/Help/command/ |
| Current File : //usr/local/share/cmake-3.26/Help/command/break.rst |
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.