qt-build-tools/6.5.1/_tools/cmake/share/cmake-3.16/Help/command/break.rst
2023-10-31 23:20:22 +01:00

13 lines
208 B
ReStructuredText

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.