IMPORTED_LIBNAME-bad-value-stderr.txt 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. ^CMake Error at IMPORTED_LIBNAME-bad-value.cmake:[0-9]+ \(set_property\):
  2. IMPORTED_LIBNAME property value
  3. -flag
  4. may not start with '-'.
  5. Call Stack \(most recent call first\):
  6. CMakeLists.txt:[0-9]+ \(include\)
  7. +
  8. CMake Error at IMPORTED_LIBNAME-bad-value.cmake:[0-9]+ \(set_property\):
  9. IMPORTED_LIBNAME property value
  10. item1;item2
  11. may not contain ';'.
  12. Call Stack \(most recent call first\):
  13. CMakeLists.txt:[0-9]+ \(include\)
  14. +
  15. CMake Error at IMPORTED_LIBNAME-bad-value.cmake:[0-9]+ \(set_property\):
  16. IMPORTED_LIBNAME property value
  17. /path/to/item1
  18. may not contain '/'.
  19. Call Stack \(most recent call first\):
  20. CMakeLists.txt:[0-9]+ \(include\)
  21. +
  22. CMake Error at IMPORTED_LIBNAME-bad-value.cmake:[0-9]+ \(set_property\):
  23. IMPORTED_LIBNAME property value
  24. \\path\\to\\item1
  25. may not contain '\\'.
  26. Call Stack \(most recent call first\):
  27. CMakeLists.txt:[0-9]+ \(include\)
  28. +
  29. CMake Error at IMPORTED_LIBNAME-bad-value.cmake:[0-9]+ \(set_property\):
  30. IMPORTED_LIBNAME property value
  31. c:\\path\\to\\item1
  32. may not contain ':'.
  33. Call Stack \(most recent call first\):
  34. CMakeLists.txt:[0-9]+ \(include\)$