summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/target_link_libraries/ConfigCase-stderr.txt
blob: ad48fd08ab393e2c774761dd387b14ef44c583ee (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
^CMake Error at ConfigCase\.cmake:4 \(target_link_libraries\):
  The link interface of target "iface" contains:

    config::iface-Debug

  but the target was not found.  Possible reasons include:
(
    \*[^
]+)*

Call Stack \(most recent call first\):
  CMakeLists\.txt:[0-9]+ \(include\)
+
CMake Error at ConfigCase\.cmake:6 \(target_link_libraries\):
  Target "impl" links to:

    config::impl-Debug

  but the target was not found.  Possible reasons include:
(
    \*[^
]+)*

Call Stack \(most recent call first\):
  CMakeLists\.txt:[0-9]+ \(include\)