Files
CMake/Tests/RunCMake/math/MATH-InvalidExpression-stderr.txt
T
Daniel Franke 7c4c13ffef math: Reject unexpected expression input explicitly
Switch to C++ exceptions for lexer/parser error handling.
Teach the lexer/parser to fail on unexpected input.
2018-06-26 14:15:21 -04:00

7 lines
286 B
Plaintext

^CMake Error at MATH-InvalidExpression.cmake:1 \(math\):
*math cannot parse the expression: "INVALID": syntax error, unexpected
*character, expecting exp_PLUS or exp_MINUS or exp_OPENPARENT or exp_NUMBER
*\(1\).
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)$