Sign in
android
/
platform
/
prebuilts
/
cmake
/
linux-x86
/
e934e8c0628ca79de8a8d45dd8869bf750f597e9
/
.
/
share
/
cmake-3.17
/
Help
/
command
/
break.rst
blob: 4875a2bf2c2a6c4e9b5c2672c33f4eb0a9ab4c43 [
file
] [
log
] [
blame
]
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
.