mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
7c4c13ffef
Switch to C++ exceptions for lexer/parser error handling. Teach the lexer/parser to fail on unexpected input.
7 lines
286 B
Plaintext
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\)$
|