summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/Syntax/ParenInENV-stderr.txt
blob: 24c810bef0b4098d6b55a6fcd471483eb371dca8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
CMake Warning \(dev\) at ParenInENV.cmake:2:
  Syntax Warning in cmake code at column 21

  Argument not separated from preceding token by whitespace.
Call Stack \(most recent call first\):
  CMakeLists.txt:3 \(include\)
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 of file, expecting } \(10\)
Call Stack \(most recent call first\):
  CMakeLists.txt:3 \(include\)