mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
12f6e37eb7
Fixes: #19153
12 lines
471 B
Plaintext
12 lines
471 B
Plaintext
^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\)$
|