summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/GeneratorExpression/BadCONFIG-stderr.txt
blob: 1cfbf404e4a82aeec27b8c8dda49e6db4105ff2c (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
CMake Error at BadCONFIG.cmake:1 \(add_custom_target\):
  Error evaluating generator expression:

    \$<CONFIG>

  \$<CONFIG> expression requires exactly one parameter.
Call Stack \(most recent call first\):
  CMakeLists.txt:3 \(include\)
+
CMake Error at BadCONFIG.cmake:1 \(add_custom_target\):
  Error evaluating generator expression:

    \$<CONFIG:.>

  Expression syntax not recognized.
Call Stack \(most recent call first\):
  CMakeLists.txt:3 \(include\)
+
CMake Error at BadCONFIG.cmake:1 \(add_custom_target\):
  Error evaluating generator expression:

    \$<CONFIG:Foo,Bar>

  \$<CONFIG> expression requires exactly one parameter.
Call Stack \(most recent call first\):
  CMakeLists.txt:3 \(include\)
+
CMake Error at BadCONFIG.cmake:1 \(add_custom_target\):
  Error evaluating generator expression:

    \$<CONFIG:Foo-Bar>

  Expression syntax not recognized.
Call Stack \(most recent call first\):
  CMakeLists.txt:3 \(include\)
+
CMake Error at BadCONFIG.cmake:1 \(add_custom_target\):
  Error evaluating generator expression:

    \$<CONFIG:Foo-Nested>

  Expression syntax not recognized.
Call Stack \(most recent call first\):
  CMakeLists.txt:3 \(include\)$