cmake/Tests/RunCMake/while/MissingArgument-stderr.txt

12 lines
471 B
Plaintext
Raw Normal View History

2021-09-14 00:13:48 +02:00
^CMake Error at MissingArgument\.cmake:[0-9]+ \(while\):
2015-11-17 17:22:37 +01:00
while called with incorrect number of arguments
Call Stack \(most recent call first\):
2021-09-14 00:13:48 +02:00
CMakeLists\.txt:[0-9]+ \(include\)
CMake Error at MissingArgument\.cmake:[0-9]+ \(endwhile\):
endwhile An ENDWHILE command was found outside of a proper WHILE ENDWHILE
structure\. Or its arguments did not match the opening WHILE command\.
Call Stack \(most recent call first\):
CMakeLists\.txt:[0-9]+ \(include\)$