summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/Syntax/CMP0053-WARN-stderr.txt
blob: c7069390da77ff0d3fc381f1393c0c95a834e7e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
^CMake Warning \(dev\) at CMP0053-WARN.cmake:2 \(message\):
  Policy CMP0053 is not set: Simplify variable reference and escape sequence
  evaluation.  Run "cmake --help-policy CMP0053" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.

  For input:

    '\\'

  the old evaluation rules produce:

    '\\'

  but the new evaluation rules produce an error:

    Syntax error in cmake code at
      .*/Tests/RunCMake/Syntax/CMP0053-WARN.cmake:2
    when parsing string
      \\
    Invalid character escape '\\' \(at end of input\).

  Using the old result for compatibility since the policy is not set.
Call Stack \(most recent call first\):
  CMP0053-WARN.cmake:5 \(escape\)
  CMakeLists.txt:3 \(include\)
This warning is for project developers.  Use -Wno-dev to suppress it.

\\$