CMake/Tests/RunCMake/continue/NoEnclosingBlockInFunction-stderr.txt
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

7 lines
261 B
Plaintext

CMake Error at NoEnclosingBlockInFunction.cmake:2 \(continue\):
A CONTINUE command was found outside of a proper FOREACH or WHILE loop
scope.
Call Stack \(most recent call first\):
NoEnclosingBlockInFunction.cmake:6 \(foo\)
CMakeLists.txt:3 \(include\)