BadNOT-stderr.txt 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. CMake Error at BadNOT.cmake:1 \(add_custom_target\):
  2. Error evaluating generator expression:
  3. \$<NOT>
  4. \$<NOT> expression requires exactly one parameter.
  5. Call Stack \(most recent call first\):
  6. CMakeLists.txt:3 \(include\)
  7. +CMake Error at BadNOT.cmake:1 \(add_custom_target\):
  8. Error evaluating generator expression:
  9. \$<NOT:>
  10. \$<NOT> parameter must resolve to exactly one '0' or '1' value.
  11. Call Stack \(most recent call first\):
  12. CMakeLists.txt:3 \(include\)
  13. +
  14. CMake Error at BadNOT.cmake:1 \(add_custom_target\):
  15. Error evaluating generator expression:
  16. \$<NOT:,>
  17. \$<NOT> expression requires exactly one parameter.
  18. Call Stack \(most recent call first\):
  19. CMakeLists.txt:3 \(include\)
  20. +
  21. CMake Error at BadNOT.cmake:1 \(add_custom_target\):
  22. Error evaluating generator expression:
  23. \$<NOT:0,1>
  24. \$<NOT> expression requires exactly one parameter.
  25. Call Stack \(most recent call first\):
  26. CMakeLists.txt:3 \(include\)
  27. +
  28. CMake Error at BadNOT.cmake:1 \(add_custom_target\):
  29. Error evaluating generator expression:
  30. \$<NOT:01>
  31. \$<NOT> parameter must resolve to exactly one '0' or '1' value.
  32. Call Stack \(most recent call first\):
  33. CMakeLists.txt:3 \(include\)
  34. +
  35. CMake Error at BadNOT.cmake:1 \(add_custom_target\):
  36. Error evaluating generator expression:
  37. \$<NOT:nothing>
  38. \$<NOT> parameter must resolve to exactly one '0' or '1' value.
  39. Call Stack \(most recent call first\):
  40. CMakeLists.txt:3 \(include\)$