mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Switch to C++ exceptions for lexer/parser error handling. Teach the lexer/parser to fail on unexpected input.
5 lines
69 B
CMake
5 lines
69 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(MATH)
|
|
run_cmake(MATH-InvalidExpression)
|