summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/while/MissingArgument-stderr.txt
blob: 59e8ee39957bc9294a3fdedc52907ff13d622919 (plain)
1
2
3
4
5
6
7
8
9
10
11
^CMake Error at MissingArgument\.cmake:[0-9]+ \(while\):
  while called with incorrect number of arguments
Call Stack \(most recent call first\):
  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\)$