qt-build-tools/6.6.0/_tools/cmake/share/cmake-3.27/Help/command/break.rst

13 lines
208 B
ReStructuredText
Raw Normal View History

2023-11-02 05:26:17 +08:00
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.