break.rst 208 B

123456789101112
  1. break
  2. -----
  3. Break from an enclosing foreach or while loop.
  4. .. code-block:: cmake
  5. break()
  6. Breaks from an enclosing :command:`foreach` or :command:`while` loop.
  7. See also the :command:`continue` command.