imported-target-stderr.txt 610 B

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