a9bdef2dda
There are some corner cases in variable expansion which would be nice to capture before going and rewriting the variable expansion code. The majority of these are related to configuring files and strings with '@' in them in conjunction with @ONLY being specified. Another is testing for '(' usage inside of ENV variable references based on whether it is quoted or not.
21 lines
564 B
Plaintext
21 lines
564 B
Plaintext
CMake Warning \(dev\) at CMakeLists.txt:3 \(include\):
|
|
Syntax Warning in cmake code at
|
|
|
|
.*/Tests/RunCMake/Syntax/ParenInENV.cmake:2:21
|
|
|
|
Argument not separated from preceding token by whitespace.
|
|
This warning is for project developers. Use -Wno-dev to suppress it.
|
|
|
|
CMake Error at ParenInENV.cmake:2 \(message\):
|
|
Syntax error in cmake code at
|
|
|
|
.*/Tests/RunCMake/Syntax/ParenInENV.cmake:2
|
|
|
|
when parsing string
|
|
|
|
-->\$ENV{e
|
|
|
|
syntax error, unexpected \$end, expecting } \(9\)
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|