| Current Path : /usr/local/doc/cmake/html/_sources/command/ |
| Current File : //usr/local/doc/cmake/html/_sources/command/break.rst.txt |
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.