blob: bbb0170231462dbfe4da57130dbd8926db01630c (
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
|
^CMake Error at OnlyTargets\.cmake:11 \(target_link_libraries\):
Target "exe" has LINK_LIBRARIES_ONLY_TARGETS enabled, but it links to:
non_target_in_exe
which is not a target\. Possible reasons include:
(
\*[^
]+)*
Call Stack \(most recent call first\):
CMakeLists\.txt:[0-9]+ \(include\)
+
CMake Error at OnlyTargets\.cmake:21 \(target_link_libraries\):
Target "iface" has LINK_LIBRARIES_ONLY_TARGETS enabled, but its link
interface contains:
non_target_in_iface
which is not a target\. Possible reasons include:
(
\*[^
]+)*
Call Stack \(most recent call first\):
CMakeLists\.txt:[0-9]+ \(include\)
+
CMake Error at OnlyTargets\.cmake:30 \(target_link_libraries\):
Target "iface_imported_checked" has LINK_LIBRARIES_ONLY_TARGETS enabled,
but its link interface contains:
non_target_in_iface_imported_checked
which is not a target\. Possible reasons include:
(
\*[^
]+)*
Call Stack \(most recent call first\):
CMakeLists\.txt:[0-9]+ \(include\)
|