
Prior to commit 7c4c13ffef
(math: Reject unexpected expression input
explicitly, 2018-05-18) we ignored unexpected characters in an
expression that otherwise can be parsed. In order to preserve
compatibility with projects that accidentally used this, convert the
error to a warning.
10 lines
226 B
CMake
10 lines
226 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(MATH)
|
|
run_cmake(MATH-WrongArgument)
|
|
run_cmake(MATH-DoubleOption)
|
|
run_cmake(MATH-TooManyArguments)
|
|
run_cmake(MATH-InvalidExpression)
|
|
run_cmake(MATH-ToleratedExpression)
|
|
run_cmake(MATH-DivideByZero)
|