summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Syntax/NameWithEscapedSpaces-stderr.txt
blob: fa16a8a5fb21ad56541f661d8a6dac057f84730e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
^CMake Error at NameWithEscapedSpaces.cmake:1 \(message\):
  Syntax error in cmake code at

    .*/Tests/RunCMake/Syntax/NameWithEscapedSpaces.cmake:1

  when parsing string

    \${var\\ with\\ escaped\\ space}

  syntax error, unexpected cal_SYMBOL, expecting } \(7\)
Call Stack \(most recent call first\):
  CMakeLists.txt:3 \(include\)$