CMakeOutput.log 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. The target system is: Windows - 10.0.17763 - AMD64
  2. The host system is: Windows - 10.0.17763 - AMD64
  3. Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
  4. Compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe
  5. Build flags: ;/nologo;/DWIN32;/D_WINDOWS;/W3;/utf-8;/GR;/EHsc;/MP;
  6. Id flags:
  7. The output was:
  8. 0
  9. CMakeCXXCompilerId.cpp
  10. Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CMakeCXXCompilerId.exe"
  11. Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CMakeCXXCompilerId.obj"
  12. The CXX compiler identification is MSVC, found in "D:/a/1/s/externals/vcpkg/buildtrees/fmt/x64-windows-rel/CMakeFiles/3.23.2/CompilerIdCXX/CMakeCXXCompilerId.exe"
  13. Detecting CXX compiler ABI info compiled with the following output:
  14. Change Dir: D:/a/1/s/externals/vcpkg/buildtrees/fmt/x64-windows-rel/CMakeFiles/CMakeTmp
  15. Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe cmTC_f84a4 && [1/2] Building CXX object CMakeFiles\cmTC_f84a4.dir\CMakeCXXCompilerABI.cpp.obj
  16. [2/2] Linking CXX executable cmTC_f84a4.exe
  17. Performing C++ SOURCE FILE Test SUPPORTS_USER_DEFINED_LITERALS succeeded with the following output:
  18. Change Dir: D:/a/1/s/externals/vcpkg/buildtrees/fmt/x64-windows-rel/CMakeFiles/CMakeTmp
  19. Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe cmTC_6d836 && [1/2] Building CXX object CMakeFiles\cmTC_6d836.dir\src.cxx.obj
  20. [2/2] Linking CXX executable cmTC_6d836.exe
  21. Source file was:
  22. void operator"" _udl(long double);
  23. int main() {}
  24. Performing C++ SOURCE FILE Test FMT_HAS_VARIANT succeeded with the following output:
  25. Change Dir: D:/a/1/s/externals/vcpkg/buildtrees/fmt/x64-windows-rel/CMakeFiles/CMakeTmp
  26. Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe cmTC_be43f && [1/2] Building CXX object CMakeFiles\cmTC_be43f.dir\src.cxx.obj
  27. cl : Command line warning D9002 : ignoring unknown option '-std=c++1z'
  28. The contents of <variant> are available only with C++17 or later.
  29. [2/2] Linking CXX executable cmTC_be43f.exe
  30. Source file was:
  31. #include <variant>
  32. int main() {}
  33. Determining if the _strtod_l exist passed with the following output:
  34. Change Dir: D:/a/1/s/externals/vcpkg/buildtrees/fmt/x64-windows-rel/CMakeFiles/CMakeTmp
  35. Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe cmTC_91653 && [1/2] Building CXX object CMakeFiles\cmTC_91653.dir\CheckSymbolExists.cxx.obj
  36. [2/2] Linking CXX executable cmTC_91653.exe
  37. File D:/a/1/s/externals/vcpkg/buildtrees/fmt/x64-windows-rel/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
  38. /* */
  39. #include <stdlib.h>
  40. int main(int argc, char** argv)
  41. {
  42. (void)argv;
  43. #ifndef _strtod_l
  44. return ((int*)(&_strtod_l))[argc];
  45. #else
  46. (void)argc;
  47. return 0;
  48. #endif
  49. }