Files
CMake/Tests/RunCMake/math/RunCMakeTest.cmake
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

5 lines
69 B
CMake

include(RunCMake)
run_cmake(MATH)
run_cmake(MATH-InvalidExpression)