mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 05:10:10 -05:00
406f397e8b
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.
9 lines
320 B
Plaintext
9 lines
320 B
Plaintext
^CMake Warning \(dev\) at MATH-ToleratedExpression.cmake:1 \(math\):
|
|
Unexpected character in expression at position 1: '
|
|
|
|
Unexpected character in expression at position 7: '
|
|
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|
|
This warning is for project developers. Use -Wno-dev to suppress it.$
|