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

    .*/Tests/RunCMake/Syntax/Escape2.cmake:4

  when parsing string

    \\

  Invalid character escape '\\' \(at end of input\).
Call Stack \(most recent call first\):
  Escape2.cmake:7 \(escape\)
  CMakeLists.txt:3 \(include\)