blob: 09c7e7c7c6f30448db1ac53445a3a47270a7d908 (
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
^CMake Warning \(dev\) at CMP0053-NUL.cmake:1 \(set\):
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:
'\\0'
the old evaluation rules produce:
''
but the new evaluation rules produce an error:
Syntax error in cmake code at
.*/Tests/RunCMake/Syntax/CMP0053-NUL.cmake:1
when parsing string
\\0
Invalid character escape '\\0'.
Using the old result for compatibility since the policy is not set.
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning \(dev\) at CMP0053-NUL.cmake:2 \(set\):
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:
'\\0'
the old evaluation rules produce:
''
but the new evaluation rules produce an error:
Syntax error in cmake code at
.*/Tests/RunCMake/Syntax/CMP0053-NUL.cmake:2
when parsing string
\\0
Invalid character escape '\\0'.
Using the old result for compatibility since the policy is not set.
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
--><--
--><--
--><--
--><--$
|