Skip to content

math: Restore toleration of unexpected characters in an expression

Brad King requested to merge brad.king/cmake:math-err into master

Prior to !2056 (merged) 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.

Edited by Brad King

Merge request reports