Files
cmake/Tests/RunCMake/continue/NoEnclosingBlockInFunction-stderr.txt

7 lines
265 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\)