summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/math/MATH-ToleratedExpression.cmake
Commit message (Collapse)AuthorAgeFilesLines
* math: Restore toleration of unexpected characters in an expressionBrad King2018-07-161-0/+4
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.