d54617d006
Reject break() without loop scope or any arguments. Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
5 lines
206 B
Plaintext
5 lines
206 B
Plaintext
CMake Error at CMP0055-NEW-Out-of-Scope.cmake:4 \(break\):
|
|
A BREAK command was found outside of a proper FOREACH or WHILE loop scope.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|