CMakeError.log 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. Checking whether the ASM compiler is GNU using "--version" did not match "(GNU assembler)|(GCC)|(Free Software Foundation)":
  2. Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30146 for x64
  3. Copyright (C) Microsoft Corporation. All rights reserved.
  4. cl : Command line warning D9002 : ignoring unknown option '--version'
  5. cl : Command line error D8003 : missing source filename
  6. Checking whether the ASM compiler is Clang using "--version" did not match "(clang version)":
  7. Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30146 for x64
  8. Copyright (C) Microsoft Corporation. All rights reserved.
  9. cl : Command line warning D9002 : ignoring unknown option '--version'
  10. cl : Command line error D8003 : missing source filename
  11. Checking whether the ASM compiler is AppleClang using "--version" did not match "(Apple LLVM version)":
  12. Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30146 for x64
  13. Copyright (C) Microsoft Corporation. All rights reserved.
  14. cl : Command line warning D9002 : ignoring unknown option '--version'
  15. cl : Command line error D8003 : missing source filename
  16. Checking whether the ASM compiler is ARMClang using "--version" did not match "armclang":
  17. Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30146 for x64
  18. Copyright (C) Microsoft Corporation. All rights reserved.
  19. cl : Command line warning D9002 : ignoring unknown option '--version'
  20. cl : Command line error D8003 : missing source filename
  21. Checking whether the ASM compiler is HP using "-V" did not match "HP C":
  22. Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30146 for x64
  23. Copyright (C) Microsoft Corporation. All rights reserved.
  24. cl : Command line error D8004 : '/V' requires an argument
  25. Checking whether the ASM compiler is Intel using "--version" did not match "(ICC)":
  26. Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30146 for x64
  27. Copyright (C) Microsoft Corporation. All rights reserved.
  28. cl : Command line warning D9002 : ignoring unknown option '--version'
  29. cl : Command line error D8003 : missing source filename
  30. Checking whether the ASM compiler is IntelLLVM using "--version" did not match "(Intel[^
  31. ]+oneAPI)":
  32. Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30146 for x64
  33. Copyright (C) Microsoft Corporation. All rights reserved.
  34. cl : Command line warning D9002 : ignoring unknown option '--version'
  35. cl : Command line error D8003 : missing source filename
  36. Checking whether the ASM compiler is SunPro using "-V" did not match "Sun C":
  37. Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30146 for x64
  38. Copyright (C) Microsoft Corporation. All rights reserved.
  39. cl : Command line error D8004 : '/V' requires an argument
  40. Checking whether the ASM compiler is XL using "-qversion" did not match "XL C":
  41. Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30146 for x64
  42. Copyright (C) Microsoft Corporation. All rights reserved.
  43. cl : Command line warning D9002 : ignoring unknown option '-qversion'
  44. cl : Command line error D8003 : missing source filename