summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/set_property/IMPORTED_GLOBAL-stderr.txt
blob: e45fc64b16604979ecee55342bae6f603cddb1ab (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
^CMake Error at IMPORTED_GLOBAL.cmake:9 \(set_property\):
  IMPORTED_GLOBAL property can't be set to FALSE on targets
  \(\"ImportedGlobalTarget\"\)

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


CMake Error at IMPORTED_GLOBAL.cmake:16 \(set_property\):
  IMPORTED_GLOBAL property can't be appended, only set on imported targets
  \(\"ImportedGlobalTarget\"\)

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


CMake Error at IMPORTED_GLOBAL.cmake:26 \(set_property\):
  IMPORTED_GLOBAL property can't be set to FALSE on targets
  \(\"ImportedLocalTarget\"\)

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


CMake Error at IMPORTED_GLOBAL.cmake:32 \(set_property\):
  IMPORTED_GLOBAL property can't be set on non-imported targets
  \(\"NonImportedTarget\"\)

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


CMake Error at IMPORTED_GLOBAL/CMakeLists\.txt:[0-9]+ \(set_property\):
  Attempt to promote imported target \"ImportedLocalTarget2\" to global scope
  \(by setting IMPORTED_GLOBAL\) which is not built in this directory.


CMake Error in IMPORTED_GLOBAL/CMakeLists.txt:
  IMPORTED_GLOBAL property can't be set to FALSE on targets
  \(\"ImportedSubdirTarget1\"\)



CMake Error at IMPORTED_GLOBAL.cmake:50 \(set_property\):
  Attempt to promote imported target \"ImportedSubdirTarget1\" to global scope
  \(by setting IMPORTED_GLOBAL\) which is not built in this directory.
Call Stack \(most recent call first\):
  CMakeLists\.txt:[0-9]+ \(include\)


CMake Error in IMPORTED_GLOBAL/CMakeLists.txt:
  IMPORTED_GLOBAL property can't be set to FALSE on targets
  \(\"ImportedSubdirTarget2\"\)



CMake Error at IMPORTED_GLOBAL.cmake:52 \(set_property\):
  Attempt to promote imported target \"ImportedSubdirTarget2\" to global scope
  \(by setting IMPORTED_GLOBAL\) which is not built in this directory.
Call Stack \(most recent call first\):
  CMakeLists\.txt:[0-9]+ \(include\)$