yuzu/externals/vcpkg/buildtrees/fmt/x64-windows-dbg/CMakeFiles/CMakeOutput.log

72 lines
3.2 KiB
Plaintext
Executable File

The target system is: Windows - 10.0.17763 - AMD64
The host system is: Windows - 10.0.17763 - AMD64
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe
Build flags: ;/nologo;/DWIN32;/D_WINDOWS;/W3;/utf-8;/GR;/EHsc;/MP;
Id flags:
The output was:
0
CMakeCXXCompilerId.cpp
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CMakeCXXCompilerId.exe"
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CMakeCXXCompilerId.obj"
The CXX compiler identification is MSVC, found in "D:/a/1/s/externals/vcpkg/buildtrees/fmt/x64-windows-dbg/CMakeFiles/3.23.2/CompilerIdCXX/CMakeCXXCompilerId.exe"
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: D:/a/1/s/externals/vcpkg/buildtrees/fmt/x64-windows-dbg/CMakeFiles/CMakeTmp
Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe cmTC_372c7 && [1/2] Building CXX object CMakeFiles\cmTC_372c7.dir\CMakeCXXCompilerABI.cpp.obj
[2/2] Linking CXX executable cmTC_372c7.exe
Performing C++ SOURCE FILE Test SUPPORTS_USER_DEFINED_LITERALS succeeded with the following output:
Change Dir: D:/a/1/s/externals/vcpkg/buildtrees/fmt/x64-windows-dbg/CMakeFiles/CMakeTmp
Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe cmTC_91a03 && [1/2] Building CXX object CMakeFiles\cmTC_91a03.dir\src.cxx.obj
[2/2] Linking CXX executable cmTC_91a03.exe
Source file was:
void operator"" _udl(long double);
int main() {}
Performing C++ SOURCE FILE Test FMT_HAS_VARIANT succeeded with the following output:
Change Dir: D:/a/1/s/externals/vcpkg/buildtrees/fmt/x64-windows-dbg/CMakeFiles/CMakeTmp
Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe cmTC_69c82 && [1/2] Building CXX object CMakeFiles\cmTC_69c82.dir\src.cxx.obj
cl : Command line warning D9002 : ignoring unknown option '-std=c++1z'
The contents of <variant> are available only with C++17 or later.
[2/2] Linking CXX executable cmTC_69c82.exe
Source file was:
#include <variant>
int main() {}
Determining if the _strtod_l exist passed with the following output:
Change Dir: D:/a/1/s/externals/vcpkg/buildtrees/fmt/x64-windows-dbg/CMakeFiles/CMakeTmp
Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe cmTC_c164a && [1/2] Building CXX object CMakeFiles\cmTC_c164a.dir\CheckSymbolExists.cxx.obj
[2/2] Linking CXX executable cmTC_c164a.exe
File D:/a/1/s/externals/vcpkg/buildtrees/fmt/x64-windows-dbg/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <stdlib.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef _strtod_l
return ((int*)(&_strtod_l))[argc];
#else
(void)argc;
return 0;
#endif
}