BadCONFIG-stderr.txt 937 B

1234567891011121314151617181920212223242526272829303132333435
  1. CMake Error at BadCONFIG.cmake:1 \(add_custom_target\):
  2. Error evaluating generator expression:
  3. \$<CONFIG:.>
  4. Expression syntax not recognized.
  5. Call Stack \(most recent call first\):
  6. CMakeLists.txt:3 \(include\)
  7. +
  8. CMake Error at BadCONFIG.cmake:1 \(add_custom_target\):
  9. Error evaluating generator expression:
  10. \$<CONFIG:Foo,Bar>
  11. \$<CONFIG> expression requires one or zero parameters.
  12. Call Stack \(most recent call first\):
  13. CMakeLists.txt:3 \(include\)
  14. +
  15. CMake Error at BadCONFIG.cmake:1 \(add_custom_target\):
  16. Error evaluating generator expression:
  17. \$<CONFIG:Foo-Bar>
  18. Expression syntax not recognized.
  19. Call Stack \(most recent call first\):
  20. CMakeLists.txt:3 \(include\)
  21. +
  22. CMake Error at BadCONFIG.cmake:1 \(add_custom_target\):
  23. Error evaluating generator expression:
  24. \$<CONFIG:Foo-Nested>
  25. Expression syntax not recognized.
  26. Call Stack \(most recent call first\):
  27. CMakeLists.txt:3 \(include\)$