summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/Syntax/BracketWarn-stderr.txt
blob: 4a9cca6414ce8b6d9743dfda40e63724704b2e7f (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
CMake Warning \(dev\) at CMakeLists.txt:3 \(include\):
  Syntax Warning in cmake code at

    .*/Tests/RunCMake/Syntax/BracketWarn.cmake:1:16

  A future version of CMake may treat unquoted argument:

    \[\[

  as an opening long bracket.  Double-quote the argument.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning \(dev\) at CMakeLists.txt:3 \(include\):
  Syntax Warning in cmake code at

    .*/Tests/RunCMake/Syntax/BracketWarn.cmake:1:19

  A future version of CMake may treat unquoted argument:

    \[=\[

  as an opening long bracket.  Double-quote the argument.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning \(dev\) at CMakeLists.txt:3 \(include\):
  Syntax Warning in cmake code at

    .*/Tests/RunCMake/Syntax/BracketWarn.cmake:1:27

  A future version of CMake may treat unquoted argument:

    \[==\[x

  as an opening long bracket.  Double-quote the argument.
This warning is for project developers.  Use -Wno-dev to suppress it.