CMake/Help/command/break.rst
Gregor Jasny 0de867dde2 continue: Add a new CMake language command for loop continuation (#14013)
Inspired-by: Doug Barbieri
Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
2014-12-01 09:50:49 -05:00

13 lines
171 B
ReStructuredText

break
-----
Break from an enclosing foreach or while loop.
::
break()
Breaks from an enclosing foreach loop or while loop
See also the :command:`continue` command.