CMakeOutput.log 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. The system is: Windows - 10.0.22000 - AMD64
  2. Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
  3. Compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe
  4. Build flags:
  5. Id flags:
  6. The output was:
  7. 0
  8. Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30137 for x64
  9. Copyright (C) Microsoft Corporation. All rights reserved.
  10. CMakeCCompilerId.c
  11. Microsoft (R) Incremental Linker Version 14.29.30137.0
  12. Copyright (C) Microsoft Corporation. All rights reserved.
  13. /out:CMakeCCompilerId.exe
  14. CMakeCCompilerId.obj
  15. Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CMakeCCompilerId.exe"
  16. Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CMakeCCompilerId.obj"
  17. The C compiler identification is MSVC, found in "E:/CProject/aFunlang/out/build/windows-default/CMakeFiles/3.20.21032501-MSVC_2/CompilerIdC/CMakeCCompilerId.exe"
  18. Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
  19. Compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe
  20. Build flags:
  21. Id flags:
  22. The output was:
  23. 0
  24. Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30137 for x64
  25. Copyright (C) Microsoft Corporation. All rights reserved.
  26. CMakeCXXCompilerId.cpp
  27. Microsoft (R) Incremental Linker Version 14.29.30137.0
  28. Copyright (C) Microsoft Corporation. All rights reserved.
  29. /out:CMakeCXXCompilerId.exe
  30. CMakeCXXCompilerId.obj
  31. Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CMakeCXXCompilerId.exe"
  32. Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CMakeCXXCompilerId.obj"
  33. The CXX compiler identification is MSVC, found in "E:/CProject/aFunlang/out/build/windows-default/CMakeFiles/3.20.21032501-MSVC_2/CompilerIdCXX/CMakeCXXCompilerId.exe"
  34. Detecting C compiler ABI info compiled with the following output:
  35. Change Dir: E:/CProject/aFunlang/out/build/windows-default/CMakeFiles/CMakeTmp
  36. Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe cmTC_a0e74 && [1/2] Building C object CMakeFiles\cmTC_a0e74.dir\CMakeCCompilerABI.c.obj
  37. [2/2] Linking C executable cmTC_a0e74.exe
  38. Detecting CXX compiler ABI info compiled with the following output:
  39. Change Dir: E:/CProject/aFunlang/out/build/windows-default/CMakeFiles/CMakeTmp
  40. Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe cmTC_e8491 && [1/2] Building CXX object CMakeFiles\cmTC_e8491.dir\CMakeCXXCompilerABI.cpp.obj
  41. [2/2] Linking CXX executable cmTC_e8491.exe
  42. Performing C SOURCE FILE Test utf8_work succeeded with the following output:
  43. Change Dir: E:/CProject/aFunlang/out/build/windows-default/CMakeFiles/CMakeTmp
  44. Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe cmTC_865ca && [1/2] Building C object CMakeFiles\cmTC_865ca.dir\src.c.obj
  45. [2/2] Linking C executable cmTC_865ca.exe
  46. Source file was:
  47. int main(void) { return 0; }