blob: 82a34d53023c871e263c6035ca4d53316f2b7223 (
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
|
CMake Debug Log:
Boolean compatibility of property "BOOL_PROP7" for target
"CompatibleInterface" \(result: "FALSE"\):
\* Target "CompatibleInterface" property is implied by use.
\* Target "iface1" property value "FALSE" \(Agree\)
+
CMake Debug Log:
Boolean compatibility of property "BOOL_PROP1" for target
"CompatibleInterface" \(result: "TRUE"\):
\* Target "CompatibleInterface" property not set.
\* Target "iface1" property value "TRUE" \(Interface set\)
+
CMake Debug Log:
Boolean compatibility of property "BOOL_PROP2" for target
"CompatibleInterface" \(result: "TRUE"\):
\* Target "CompatibleInterface" has property content "TRUE"
\* Target "iface1" property value "TRUE" \(Agree\)
+
CMake Debug Log:
Boolean compatibility of property "BOOL_PROP3" for target
"CompatibleInterface" \(result: "TRUE"\):
\* Target "CompatibleInterface" has property content "TRUE"
+
CMake Debug Log:
Boolean compatibility of property "BOOL_PROP4" for target
"CompatibleInterface" \(result: "FALSE"\):
\* Target "CompatibleInterface" property not set.
+
CMake Debug Log:
Boolean compatibility of property "BOOL_PROP5" for target
"CompatibleInterface" \(result: "FALSE"\):
\* Target "CompatibleInterface" property not set.
\* Target "iface1" property value "FALSE" \(Interface set\)
+
CMake Debug Log:
Boolean compatibility of property "BOOL_PROP6" for target
"CompatibleInterface" \(result: "FALSE"\):
\* Target "CompatibleInterface" property not set.
\* Target "iface1" property value "FALSE" \(Interface set\)
\* Target "iface2" property value "FALSE" \(Agree\)
+
CMake Debug Log:
String compatibility of property "STRING_PROP1" for target
"CompatibleInterface" \(result: "prop1"\):
\* Target "CompatibleInterface" property not set.
\* Target "iface1" property value "prop1" \(Interface set\)
+
CMake Debug Log:
String compatibility of property "STRING_PROP2" for target
"CompatibleInterface" \(result: "prop2"\):
\* Target "CompatibleInterface" has property content "prop2"
\* Target "iface1" property value "prop2" \(Agree\)
+
CMake Debug Log:
String compatibility of property "STRING_PROP3" for target
"CompatibleInterface" \(result: "prop3"\):
\* Target "CompatibleInterface" has property content "prop3"
+
CMake Debug Log:
String compatibility of property "STRING_PROP4" for target
"CompatibleInterface" \(result: "\(unset\)"\):
\* Target "CompatibleInterface" property not set.
+
CMake Debug Log:
Numeric minimum compatibility of property "NUMBER_MIN_PROP1" for target
"CompatibleInterface" \(result: "50"\):
\* Target "CompatibleInterface" has property content "50"
\* Target "iface1" property value "100" \(Ignored\)
+
CMake Debug Log:
Numeric minimum compatibility of property "NUMBER_MIN_PROP2" for target
"CompatibleInterface" \(result: "200"\):
\* Target "CompatibleInterface" has property content "250"
\* Target "iface1" property value "200" \(Dominant\)
+
CMake Debug Log:
Numeric maximum compatibility of property "NUMBER_MAX_PROP1" for target
"CompatibleInterface" \(result: "100"\):
\* Target "CompatibleInterface" has property content "50"
\* Target "iface1" property value "100" \(Dominant\)
+
CMake Debug Log:
Numeric maximum compatibility of property "NUMBER_MAX_PROP2" for target
"CompatibleInterface" \(result: "250"\):
\* Target "CompatibleInterface" has property content "250"
\* Target "iface1" property value "200" \(Ignored\)
|