Imported Upstream version 2.8.11.2
[platform/upstream/cmake.git] / Tests / RunCMake / GeneratorExpression / BadAND-stderr.txt
1 CMake Error at BadAND.cmake:1 \(add_custom_target\):
2   Error evaluating generator expression:
3
4     \$<AND>
5
6   \$<AND> expression requires at least one parameter.
7 Call Stack \(most recent call first\):
8   CMakeLists.txt:3 \(include\)
9 +
10 CMake Error at BadAND.cmake:1 \(add_custom_target\):
11   Error evaluating generator expression:
12
13     \$<AND:>
14
15   Parameters to \$<AND> must resolve to either '0' or '1'.
16 Call Stack \(most recent call first\):
17   CMakeLists.txt:3 \(include\)
18 +
19 CMake Error at BadAND.cmake:1 \(add_custom_target\):
20   Error evaluating generator expression:
21
22     \$<AND:,>
23
24   Parameters to \$<AND> must resolve to either '0' or '1'.
25 Call Stack \(most recent call first\):
26   CMakeLists.txt:3 \(include\)
27 +
28 CMake Error at BadAND.cmake:1 \(add_custom_target\):
29   Error evaluating generator expression:
30
31     \$<AND:01>
32
33   Parameters to \$<AND> must resolve to either '0' or '1'.
34 Call Stack \(most recent call first\):
35   CMakeLists.txt:3 \(include\)
36 +
37 CMake Error at BadAND.cmake:1 \(add_custom_target\):
38   Error evaluating generator expression:
39
40     \$<AND:nothing>
41
42   Parameters to \$<AND> must resolve to either '0' or '1'.
43 Call Stack \(most recent call first\):
44   CMakeLists.txt:3 \(include\)
45 +
46 CMake Error at BadAND.cmake:1 \(add_custom_target\):
47   Error evaluating generator expression:
48
49     \$<AND:1,nothing>
50
51   Parameters to \$<AND> must resolve to either '0' or '1'.
52 Call Stack \(most recent call first\):
53   CMakeLists.txt:3 \(include\)$