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

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

  when parsing string

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

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