summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/alias_targets/imported-target-stderr.txt
blob: 465de036230f4c85f6bc24fc0940a78c04fe9395 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
^CMake Error at imported-target.cmake:[0-9]+ \(add_executable\):
  add_executable cannot create ALIAS target \"alias-test-exe\" because target
  \"test-exe\" is imported but not globally visible.
Call Stack \(most recent call first\):
  CMakeLists.txt:[0-9]+ \(include\)
+
'alias-test-exe' does not exist![?]
*
CMake Error at imported-target.cmake:[0-9]+ \(add_library\):
  add_library cannot create ALIAS target "alias-test-lib" because target
  "test-lib" is imported but not globally visible.
Call Stack \(most recent call first\):
  CMakeLists.txt:[0-9]+ \(include\)
+
'alias-test-lib' does not exist![?]$