breakΒΆ

Break from an enclosing foreach or while loop.

break()

Breaks from an enclosing foreach() or while() loop.

See also the continue() command.

Previous topic

cmake-commands(7)

Next topic

cmake_host_system_information

This Page