whitequill

CMakeOutput

Nov 30th, 2017
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Winbatch 48.89 KB | None | 0 0
  1. The system is: Windows - 10.0.15063 - AMD64
  2. Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
  3. Compiler:  
  4. Build flags:
  5. Id flags:  
  6.  
  7. The output was:
  8. 0
  9. Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
  10. Copyright (C) Microsoft Corporation. All rights reserved.
  11.  
  12. Build started 11/30/2017 8:23:06 AM.
  13. Project "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\3.10.0\CompilerIdC\CompilerIdC.vcxproj" on node 1 (default targets).
  14. PrepareForBuild:
  15.   Creating directory "Debug\".
  16.   Creating directory "Debug\CompilerIdC.tlog\".
  17. InitializeBuildStatus:
  18.   Creating "Debug\CompilerIdC.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  19. ClCompile:
  20.   D:\Applications (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /nologo /W0 /WX- /diagnostics:classic /Od /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\" /Fd"Debug\vc141.pdb" /Gd /TC /errorReport:queue CMakeCCompilerId.c
  21.   CMakeCCompilerId.c
  22. Link:
  23.   D:\Applications (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdC.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdC.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdC.lib" /MACHINE:X64 Debug\CMakeCCompilerId.obj
  24.   CompilerIdC.vcxproj -> D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\3.10.0\CompilerIdC\.\CompilerIdC.exe
  25. PostBuildEvent:
  26.   for %%i in (cl.exe) do @echo CMAKE_C_COMPILER=%%~$PATH:i
  27.   :VCEnd
  28.   CMAKE_C_COMPILER=D:\Applications (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\Hostx86\x64\cl.exe
  29. FinalizeBuildStatus:
  30.   Deleting file "Debug\CompilerIdC.tlog\unsuccessfulbuild".
  31.   Touching "Debug\CompilerIdC.tlog\CompilerIdC.lastbuildstate".
  32. Done Building Project "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\3.10.0\CompilerIdC\CompilerIdC.vcxproj" (default targets).
  33.  
  34. Build succeeded.
  35.     0 Warning(s)
  36.     0 Error(s)
  37.  
  38. Time Elapsed 00:00:12.00
  39.  
  40.  
  41. Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.exe"
  42.  
  43. Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.vcxproj"
  44.  
  45. The C compiler identification is MSVC, found in "D:/Users/brazg/Documents/GitHub/build_windows_Release_x64_vc15_Release/CMakeFiles/3.10.0/CompilerIdC/CompilerIdC.exe"
  46.  
  47. Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
  48. Compiler:  
  49. Build flags:
  50. Id flags:  
  51.  
  52. The output was:
  53. 0
  54. Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
  55. Copyright (C) Microsoft Corporation. All rights reserved.
  56.  
  57. Build started 11/30/2017 8:23:19 AM.
  58. Project "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\3.10.0\CompilerIdCXX\CompilerIdCXX.vcxproj" on node 1 (default targets).
  59. PrepareForBuild:
  60.   Creating directory "Debug\".
  61.   Creating directory "Debug\CompilerIdCXX.tlog\".
  62. InitializeBuildStatus:
  63.   Creating "Debug\CompilerIdCXX.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  64. ClCompile:
  65.   D:\Applications (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /nologo /W0 /WX- /diagnostics:classic /Od /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\" /Fd"Debug\vc141.pdb" /Gd /TP /errorReport:queue CMakeCXXCompilerId.cpp
  66.   CMakeCXXCompilerId.cpp
  67. Link:
  68.   D:\Applications (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdCXX.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdCXX.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdCXX.lib" /MACHINE:X64 Debug\CMakeCXXCompilerId.obj
  69.   CompilerIdCXX.vcxproj -> D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\3.10.0\CompilerIdCXX\.\CompilerIdCXX.exe
  70. PostBuildEvent:
  71.   for %%i in (cl.exe) do @echo CMAKE_CXX_COMPILER=%%~$PATH:i
  72.   :VCEnd
  73.   CMAKE_CXX_COMPILER=D:\Applications (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\Hostx86\x64\cl.exe
  74. FinalizeBuildStatus:
  75.   Deleting file "Debug\CompilerIdCXX.tlog\unsuccessfulbuild".
  76.   Touching "Debug\CompilerIdCXX.tlog\CompilerIdCXX.lastbuildstate".
  77. Done Building Project "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\3.10.0\CompilerIdCXX\CompilerIdCXX.vcxproj" (default targets).
  78.  
  79. Build succeeded.
  80.     0 Warning(s)
  81.     0 Error(s)
  82.  
  83. Time Elapsed 00:00:12.18
  84.  
  85.  
  86. Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.exe"
  87.  
  88. Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.vcxproj"
  89.  
  90. The CXX compiler identification is MSVC, found in "D:/Users/brazg/Documents/GitHub/build_windows_Release_x64_vc15_Release/CMakeFiles/3.10.0/CompilerIdCXX/CompilerIdCXX.exe"
  91.  
  92. Determining if the C compiler works passed with the following output:
  93. Change Dir: D:/Users/brazg/Documents/GitHub/build_windows_Release_x64_vc15_Release/CMakeFiles/CMakeTmp
  94.  
  95. Run Build Command:"D:/Applications (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_59177.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
  96. Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
  97.  
  98. Copyright (C) Microsoft Corporation. All rights reserved.
  99.  
  100.  
  101.  
  102. Build started 11/30/2017 8:23:33 AM.
  103.  
  104. Project "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\cmTC_59177.vcxproj" on node 1 (default targets).
  105.  
  106. PrepareForBuild:
  107.  
  108.   Creating directory "cmTC_59177.dir\Debug\".
  109.  
  110.   Creating directory "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\Debug\".
  111.  
  112.   Creating directory "cmTC_59177.dir\Debug\cmTC_59177.tlog\".
  113.  
  114. InitializeBuildStatus:
  115.  
  116.   Creating "cmTC_59177.dir\Debug\cmTC_59177.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  117.  
  118. ClCompile:
  119.  
  120.   D:\Applications (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_59177.dir\Debug\\" /Fd"cmTC_59177.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\testCCompiler.c
  121.  
  122.   Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
  123.  
  124.   Copyright (C) Microsoft Corporation.  All rights reserved.
  125.  
  126.  
  127.  
  128.   cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_59177.dir\Debug\\" /Fd"cmTC_59177.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\testCCompiler.c
  129.  
  130.   testCCompiler.c
  131.  
  132.  
  133.  
  134. Link:
  135.  
  136.   D:\Applications (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\Debug\cmTC_59177.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/Users/brazg/Documents/GitHub/build_windows_Release_x64_vc15_Release/CMakeFiles/CMakeTmp/Debug/cmTC_59177.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/Users/brazg/Documents/GitHub/build_windows_Release_x64_vc15_Release/CMakeFiles/CMakeTmp/Debug/cmTC_59177.lib" /MACHINE:X64  /machine:x64 cmTC_59177.dir\Debug\testCCompiler.obj
  137.  
  138.   cmTC_59177.vcxproj -> D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\Debug\cmTC_59177.exe
  139.  
  140. FinalizeBuildStatus:
  141.  
  142.   Deleting file "cmTC_59177.dir\Debug\cmTC_59177.tlog\unsuccessfulbuild".
  143.  
  144.   Touching "cmTC_59177.dir\Debug\cmTC_59177.tlog\cmTC_59177.lastbuildstate".
  145.  
  146. Done Building Project "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\cmTC_59177.vcxproj" (default targets).
  147.  
  148.  
  149.  
  150. Build succeeded.
  151.  
  152.     0 Warning(s)
  153.  
  154.     0 Error(s)
  155.  
  156.  
  157.  
  158. Time Elapsed 00:00:10.14
  159.  
  160.  
  161.  
  162. Detecting C compiler ABI info compiled with the following output:
  163. Change Dir: D:/Users/brazg/Documents/GitHub/build_windows_Release_x64_vc15_Release/CMakeFiles/CMakeTmp
  164.  
  165. Run Build Command:"D:/Applications (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_36e06.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
  166. Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
  167.  
  168. Copyright (C) Microsoft Corporation. All rights reserved.
  169.  
  170.  
  171.  
  172. Build started 11/30/2017 8:23:45 AM.
  173.  
  174. Project "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\cmTC_36e06.vcxproj" on node 1 (default targets).
  175.  
  176. PrepareForBuild:
  177.  
  178.   Creating directory "cmTC_36e06.dir\Debug\".
  179.  
  180.   Creating directory "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\Debug\".
  181.  
  182.   Creating directory "cmTC_36e06.dir\Debug\cmTC_36e06.tlog\".
  183.  
  184. InitializeBuildStatus:
  185.  
  186.   Creating "cmTC_36e06.dir\Debug\cmTC_36e06.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  187.  
  188. ClCompile:
  189.  
  190.   D:\Applications (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_36e06.dir\Debug\\" /Fd"cmTC_36e06.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue "D:\Applications\CMake\share\cmake-3.10\Modules\CMakeCCompilerABI.c"
  191.  
  192.   Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
  193.  
  194.   Copyright (C) Microsoft Corporation.  All rights reserved.
  195.  
  196.  
  197.  
  198.   cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_36e06.dir\Debug\\" /Fd"cmTC_36e06.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue "D:\Applications\CMake\share\cmake-3.10\Modules\CMakeCCompilerABI.c"
  199.  
  200.   CMakeCCompilerABI.c
  201.  
  202.  
  203.  
  204. Link:
  205.  
  206.   D:\Applications (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\Debug\cmTC_36e06.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/Users/brazg/Documents/GitHub/build_windows_Release_x64_vc15_Release/CMakeFiles/CMakeTmp/Debug/cmTC_36e06.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/Users/brazg/Documents/GitHub/build_windows_Release_x64_vc15_Release/CMakeFiles/CMakeTmp/Debug/cmTC_36e06.lib" /MACHINE:X64  /machine:x64 cmTC_36e06.dir\Debug\CMakeCCompilerABI.obj
  207.  
  208.   cmTC_36e06.vcxproj -> D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\Debug\cmTC_36e06.exe
  209.  
  210. FinalizeBuildStatus:
  211.  
  212.   Deleting file "cmTC_36e06.dir\Debug\cmTC_36e06.tlog\unsuccessfulbuild".
  213.  
  214.   Touching "cmTC_36e06.dir\Debug\cmTC_36e06.tlog\cmTC_36e06.lastbuildstate".
  215.  
  216. Done Building Project "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\cmTC_36e06.vcxproj" (default targets).
  217.  
  218.  
  219.  
  220. Build succeeded.
  221.  
  222.     0 Warning(s)
  223.  
  224.     0 Error(s)
  225.  
  226.  
  227.  
  228. Time Elapsed 00:00:08.48
  229.  
  230.  
  231.  
  232. Determining if the CXX compiler works passed with the following output:
  233. Change Dir: D:/Users/brazg/Documents/GitHub/build_windows_Release_x64_vc15_Release/CMakeFiles/CMakeTmp
  234.  
  235. Run Build Command:"D:/Applications (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_23ba7.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
  236. Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
  237.  
  238. Copyright (C) Microsoft Corporation. All rights reserved.
  239.  
  240.  
  241.  
  242. Build started 11/30/2017 8:23:55 AM.
  243.  
  244. Project "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\cmTC_23ba7.vcxproj" on node 1 (default targets).
  245.  
  246. PrepareForBuild:
  247.  
  248.   Creating directory "cmTC_23ba7.dir\Debug\".
  249.  
  250.   Creating directory "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\Debug\".
  251.  
  252.   Creating directory "cmTC_23ba7.dir\Debug\cmTC_23ba7.tlog\".
  253.  
  254. InitializeBuildStatus:
  255.  
  256.   Creating "cmTC_23ba7.dir\Debug\cmTC_23ba7.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  257.  
  258. ClCompile:
  259.  
  260.   D:\Applications (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_23ba7.dir\Debug\\" /Fd"cmTC_23ba7.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\testCXXCompiler.cxx
  261.  
  262.   Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
  263.  
  264.   Copyright (C) Microsoft Corporation.  All rights reserved.
  265.  
  266.  
  267.  
  268.   cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_23ba7.dir\Debug\\" /Fd"cmTC_23ba7.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\testCXXCompiler.cxx
  269.  
  270.   testCXXCompiler.cxx
  271.  
  272.  
  273.  
  274. Link:
  275.  
  276.   D:\Applications (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\Debug\cmTC_23ba7.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/Users/brazg/Documents/GitHub/build_windows_Release_x64_vc15_Release/CMakeFiles/CMakeTmp/Debug/cmTC_23ba7.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/Users/brazg/Documents/GitHub/build_windows_Release_x64_vc15_Release/CMakeFiles/CMakeTmp/Debug/cmTC_23ba7.lib" /MACHINE:X64  /machine:x64 cmTC_23ba7.dir\Debug\testCXXCompiler.obj
  277.  
  278.   cmTC_23ba7.vcxproj -> D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\Debug\cmTC_23ba7.exe
  279.  
  280. FinalizeBuildStatus:
  281.  
  282.   Deleting file "cmTC_23ba7.dir\Debug\cmTC_23ba7.tlog\unsuccessfulbuild".
  283.  
  284.   Touching "cmTC_23ba7.dir\Debug\cmTC_23ba7.tlog\cmTC_23ba7.lastbuildstate".
  285.  
  286. Done Building Project "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\cmTC_23ba7.vcxproj" (default targets).
  287.  
  288.  
  289.  
  290. Build succeeded.
  291.  
  292.     0 Warning(s)
  293.  
  294.     0 Error(s)
  295.  
  296.  
  297.  
  298. Time Elapsed 00:00:07.51
  299.  
  300.  
  301.  
  302. Detecting CXX compiler ABI info compiled with the following output:
  303. Change Dir: D:/Users/brazg/Documents/GitHub/build_windows_Release_x64_vc15_Release/CMakeFiles/CMakeTmp
  304.  
  305. Run Build Command:"D:/Applications (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_a6456.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
  306. Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
  307.  
  308. Copyright (C) Microsoft Corporation. All rights reserved.
  309.  
  310.  
  311.  
  312. Build started 11/30/2017 8:24:04 AM.
  313.  
  314. Project "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\cmTC_a6456.vcxproj" on node 1 (default targets).
  315.  
  316. PrepareForBuild:
  317.  
  318.   Creating directory "cmTC_a6456.dir\Debug\".
  319.  
  320.   Creating directory "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\Debug\".
  321.  
  322.   Creating directory "cmTC_a6456.dir\Debug\cmTC_a6456.tlog\".
  323.  
  324. InitializeBuildStatus:
  325.  
  326.   Creating "cmTC_a6456.dir\Debug\cmTC_a6456.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  327.  
  328. ClCompile:
  329.  
  330.   D:\Applications (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_a6456.dir\Debug\\" /Fd"cmTC_a6456.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue "D:\Applications\CMake\share\cmake-3.10\Modules\CMakeCXXCompilerABI.cpp"
  331.  
  332.   Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
  333.  
  334.   Copyright (C) Microsoft Corporation.  All rights reserved.
  335.  
  336.  
  337.  
  338.   cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_a6456.dir\Debug\\" /Fd"cmTC_a6456.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue "D:\Applications\CMake\share\cmake-3.10\Modules\CMakeCXXCompilerABI.cpp"
  339.  
  340.   CMakeCXXCompilerABI.cpp
  341.  
  342.  
  343.  
  344. Link:
  345.  
  346.   D:\Applications (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\Debug\cmTC_a6456.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/Users/brazg/Documents/GitHub/build_windows_Release_x64_vc15_Release/CMakeFiles/CMakeTmp/Debug/cmTC_a6456.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/Users/brazg/Documents/GitHub/build_windows_Release_x64_vc15_Release/CMakeFiles/CMakeTmp/Debug/cmTC_a6456.lib" /MACHINE:X64  /machine:x64 cmTC_a6456.dir\Debug\CMakeCXXCompilerABI.obj
  347.  
  348.   cmTC_a6456.vcxproj -> D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\Debug\cmTC_a6456.exe
  349.  
  350. FinalizeBuildStatus:
  351.  
  352.   Deleting file "cmTC_a6456.dir\Debug\cmTC_a6456.tlog\unsuccessfulbuild".
  353.  
  354.   Touching "cmTC_a6456.dir\Debug\cmTC_a6456.tlog\cmTC_a6456.lastbuildstate".
  355.  
  356. Done Building Project "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\cmTC_a6456.vcxproj" (default targets).
  357.  
  358.  
  359.  
  360. Build succeeded.
  361.  
  362.     0 Warning(s)
  363.  
  364.     0 Error(s)
  365.  
  366.  
  367.  
  368. Time Elapsed 00:00:07.21
  369.  
  370.  
  371.  
  372.  
  373.  
  374. Detecting CXX [] compiler features compiled with the following output:
  375. Change Dir: D:/Users/brazg/Documents/GitHub/build_windows_Release_x64_vc15_Release/CMakeFiles/CMakeTmp
  376.  
  377. Run Build Command:"D:/Applications (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_e4521.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
  378. Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
  379.  
  380. Copyright (C) Microsoft Corporation. All rights reserved.
  381.  
  382.  
  383.  
  384. Build started 11/30/2017 8:24:13 AM.
  385.  
  386. Project "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\cmTC_e4521.vcxproj" on node 1 (default targets).
  387.  
  388. PrepareForBuild:
  389.  
  390.   Creating directory "cmTC_e4521.dir\Debug\".
  391.  
  392.   Creating directory "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\Debug\".
  393.  
  394.   Creating directory "cmTC_e4521.dir\Debug\cmTC_e4521.tlog\".
  395.  
  396. InitializeBuildStatus:
  397.  
  398.   Creating "cmTC_e4521.dir\Debug\cmTC_e4521.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  399.  
  400. ClCompile:
  401.  
  402.   D:\Applications (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_e4521.dir\Debug\\" /Fd"cmTC_e4521.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\feature_tests.cxx
  403.  
  404.   Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
  405.  
  406.   Copyright (C) Microsoft Corporation.  All rights reserved.
  407.  
  408.  
  409.  
  410.   cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_e4521.dir\Debug\\" /Fd"cmTC_e4521.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\feature_tests.cxx
  411.  
  412.   feature_tests.cxx
  413.  
  414.  
  415.  
  416. Link:
  417.  
  418.   D:\Applications (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\Debug\cmTC_e4521.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/Users/brazg/Documents/GitHub/build_windows_Release_x64_vc15_Release/CMakeFiles/CMakeTmp/Debug/cmTC_e4521.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/Users/brazg/Documents/GitHub/build_windows_Release_x64_vc15_Release/CMakeFiles/CMakeTmp/Debug/cmTC_e4521.lib" /MACHINE:X64  /machine:x64 cmTC_e4521.dir\Debug\feature_tests.obj
  419.  
  420.   cmTC_e4521.vcxproj -> D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\Debug\cmTC_e4521.exe
  421.  
  422. FinalizeBuildStatus:
  423.  
  424.   Deleting file "cmTC_e4521.dir\Debug\cmTC_e4521.tlog\unsuccessfulbuild".
  425.  
  426.   Touching "cmTC_e4521.dir\Debug\cmTC_e4521.tlog\cmTC_e4521.lastbuildstate".
  427.  
  428. Done Building Project "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\cmTC_e4521.vcxproj" (default targets).
  429.  
  430.  
  431.  
  432. Build succeeded.
  433.  
  434.     0 Warning(s)
  435.  
  436.     0 Error(s)
  437.  
  438.  
  439.  
  440. Time Elapsed 00:00:09.11
  441.  
  442.  
  443.  
  444.     Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
  445.     Feature record: CXX_FEATURE:1cxx_alias_templates
  446.     Feature record: CXX_FEATURE:1cxx_alignas
  447.     Feature record: CXX_FEATURE:1cxx_alignof
  448.     Feature record: CXX_FEATURE:1cxx_attributes
  449.     Feature record: CXX_FEATURE:1cxx_attribute_deprecated
  450.     Feature record: CXX_FEATURE:1cxx_auto_type
  451.     Feature record: CXX_FEATURE:1cxx_binary_literals
  452.     Feature record: CXX_FEATURE:1cxx_constexpr
  453.     Feature record: CXX_FEATURE:1cxx_contextual_conversions
  454.     Feature record: CXX_FEATURE:1cxx_decltype
  455.     Feature record: CXX_FEATURE:1cxx_decltype_auto
  456.     Feature record: CXX_FEATURE:1cxx_default_function_template_args
  457.     Feature record: CXX_FEATURE:1cxx_defaulted_functions
  458.     Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
  459.     Feature record: CXX_FEATURE:1cxx_delegating_constructors
  460.     Feature record: CXX_FEATURE:1cxx_deleted_functions
  461.     Feature record: CXX_FEATURE:1cxx_digit_separators
  462.     Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
  463.     Feature record: CXX_FEATURE:1cxx_explicit_conversions
  464.     Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
  465.     Feature record: CXX_FEATURE:1cxx_extern_templates
  466.     Feature record: CXX_FEATURE:1cxx_final
  467.     Feature record: CXX_FEATURE:1cxx_func_identifier
  468.     Feature record: CXX_FEATURE:1cxx_generalized_initializers
  469.     Feature record: CXX_FEATURE:1cxx_generic_lambdas
  470.     Feature record: CXX_FEATURE:1cxx_inheriting_constructors
  471.     Feature record: CXX_FEATURE:1cxx_inline_namespaces
  472.     Feature record: CXX_FEATURE:1cxx_lambdas
  473.     Feature record: CXX_FEATURE:1cxx_lambda_init_captures
  474.     Feature record: CXX_FEATURE:1cxx_local_type_template_args
  475.     Feature record: CXX_FEATURE:1cxx_long_long_type
  476.     Feature record: CXX_FEATURE:1cxx_noexcept
  477.     Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
  478.     Feature record: CXX_FEATURE:1cxx_nullptr
  479.     Feature record: CXX_FEATURE:1cxx_override
  480.     Feature record: CXX_FEATURE:1cxx_range_for
  481.     Feature record: CXX_FEATURE:1cxx_raw_string_literals
  482.     Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
  483.     Feature record: CXX_FEATURE:1cxx_return_type_deduction
  484.     Feature record: CXX_FEATURE:1cxx_right_angle_brackets
  485.     Feature record: CXX_FEATURE:1cxx_rvalue_references
  486.     Feature record: CXX_FEATURE:1cxx_sizeof_member
  487.     Feature record: CXX_FEATURE:1cxx_static_assert
  488.     Feature record: CXX_FEATURE:1cxx_strong_enums
  489.     Feature record: CXX_FEATURE:1cxx_template_template_parameters
  490.     Feature record: CXX_FEATURE:1cxx_thread_local
  491.     Feature record: CXX_FEATURE:1cxx_trailing_return_types
  492.     Feature record: CXX_FEATURE:1cxx_unicode_literals
  493.     Feature record: CXX_FEATURE:1cxx_uniform_initialization
  494.     Feature record: CXX_FEATURE:1cxx_unrestricted_unions
  495.     Feature record: CXX_FEATURE:1cxx_user_literals
  496.     Feature record: CXX_FEATURE:1cxx_variable_templates
  497.     Feature record: CXX_FEATURE:1cxx_variadic_macros
  498.     Feature record: CXX_FEATURE:1cxx_variadic_templates
  499. Performing C SOURCE FILE Test SUPPORT_SSE_BUILD succeeded with the following output:
  500. Change Dir: D:/Users/brazg/Documents/GitHub/build_windows_Release_x64_vc15_Release/CMakeFiles/CMakeTmp
  501.  
  502. Run Build Command:"D:/Applications (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_34b39.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
  503. Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
  504.  
  505. Copyright (C) Microsoft Corporation. All rights reserved.
  506.  
  507.  
  508.  
  509. Build started 11/30/2017 8:24:24 AM.
  510.  
  511. Project "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\cmTC_34b39.vcxproj" on node 1 (default targets).
  512.  
  513. PrepareForBuild:
  514.  
  515.   Creating directory "cmTC_34b39.dir\Debug\".
  516.  
  517.   Creating directory "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\Debug\".
  518.  
  519.   Creating directory "cmTC_34b39.dir\Debug\cmTC_34b39.tlog\".
  520.  
  521. InitializeBuildStatus:
  522.  
  523.   Creating "cmTC_34b39.dir\Debug\cmTC_34b39.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  524.  
  525. ClCompile:
  526.  
  527.   D:\Applications (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D SUPPORT_SSE_BUILD /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_34b39.dir\Debug\\" /Fd"cmTC_34b39.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\src.c
  528.  
  529.   Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
  530.  
  531.   Copyright (C) Microsoft Corporation.  All rights reserved.
  532.  
  533.  
  534.  
  535.   cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D SUPPORT_SSE_BUILD /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_34b39.dir\Debug\\" /Fd"cmTC_34b39.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\src.c
  536.  
  537.   src.c
  538.  
  539.  
  540.  
  541. D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\src.c(3): warning C4101: 'v': unreferenced local variable [D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\cmTC_34b39.vcxproj]
  542.  
  543. Link:
  544.  
  545.   D:\Applications (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\Debug\cmTC_34b39.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/Users/brazg/Documents/GitHub/build_windows_Release_x64_vc15_Release/CMakeFiles/CMakeTmp/Debug/cmTC_34b39.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/Users/brazg/Documents/GitHub/build_windows_Release_x64_vc15_Release/CMakeFiles/CMakeTmp/Debug/cmTC_34b39.lib" /MACHINE:X64  /machine:x64 cmTC_34b39.dir\Debug\src.obj
  546.  
  547.   cmTC_34b39.vcxproj -> D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\Debug\cmTC_34b39.exe
  548.  
  549. FinalizeBuildStatus:
  550.  
  551.   Deleting file "cmTC_34b39.dir\Debug\cmTC_34b39.tlog\unsuccessfulbuild".
  552.  
  553.   Touching "cmTC_34b39.dir\Debug\cmTC_34b39.tlog\cmTC_34b39.lastbuildstate".
  554.  
  555. Done Building Project "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\cmTC_34b39.vcxproj" (default targets).
  556.  
  557.  
  558.  
  559. Build succeeded.
  560.  
  561.  
  562.  
  563. "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\cmTC_34b39.vcxproj" (default target) (1) ->
  564.  
  565. (ClCompile target) ->
  566.  
  567.   D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\src.c(3): warning C4101: 'v': unreferenced local variable [D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\cmTC_34b39.vcxproj]
  568.  
  569.  
  570.  
  571.     1 Warning(s)
  572.  
  573.     0 Error(s)
  574.  
  575.  
  576.  
  577. Time Elapsed 00:00:08.80
  578.  
  579.  
  580. Return value: 1
  581. Source file was:
  582.  
  583.             #include <xmmintrin.h>
  584.             int main(void) { __m128 v = _mm_setzero_ps(); return 0; }
  585. Performing C SOURCE FILE Test SUPPORT_SSE2_BUILD succeeded with the following output:
  586. Change Dir: D:/Users/brazg/Documents/GitHub/build_windows_Release_x64_vc15_Release/CMakeFiles/CMakeTmp
  587.  
  588. Run Build Command:"D:/Applications (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_efec4.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
  589. Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
  590.  
  591. Copyright (C) Microsoft Corporation. All rights reserved.
  592.  
  593.  
  594.  
  595. Build started 11/30/2017 8:24:35 AM.
  596.  
  597. Project "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\cmTC_efec4.vcxproj" on node 1 (default targets).
  598.  
  599. PrepareForBuild:
  600.  
  601.   Creating directory "cmTC_efec4.dir\Debug\".
  602.  
  603.   Creating directory "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\Debug\".
  604.  
  605.   Creating directory "cmTC_efec4.dir\Debug\cmTC_efec4.tlog\".
  606.  
  607. InitializeBuildStatus:
  608.  
  609.   Creating "cmTC_efec4.dir\Debug\cmTC_efec4.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  610.  
  611. ClCompile:
  612.  
  613.   D:\Applications (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D SUPPORT_SSE2_BUILD /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_efec4.dir\Debug\\" /Fd"cmTC_efec4.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\src.c
  614.  
  615.   Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
  616.  
  617.   Copyright (C) Microsoft Corporation.  All rights reserved.
  618.  
  619.  
  620.  
  621.   cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D SUPPORT_SSE2_BUILD /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_efec4.dir\Debug\\" /Fd"cmTC_efec4.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\src.c
  622.  
  623.   src.c
  624.  
  625.  
  626.  
  627. D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\src.c(3): warning C4101: 'v': unreferenced local variable [D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\cmTC_efec4.vcxproj]
  628.  
  629. Link:
  630.  
  631.   D:\Applications (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\Debug\cmTC_efec4.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/Users/brazg/Documents/GitHub/build_windows_Release_x64_vc15_Release/CMakeFiles/CMakeTmp/Debug/cmTC_efec4.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/Users/brazg/Documents/GitHub/build_windows_Release_x64_vc15_Release/CMakeFiles/CMakeTmp/Debug/cmTC_efec4.lib" /MACHINE:X64  /machine:x64 cmTC_efec4.dir\Debug\src.obj
  632.  
  633.   cmTC_efec4.vcxproj -> D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\Debug\cmTC_efec4.exe
  634.  
  635. FinalizeBuildStatus:
  636.  
  637.   Deleting file "cmTC_efec4.dir\Debug\cmTC_efec4.tlog\unsuccessfulbuild".
  638.  
  639.   Touching "cmTC_efec4.dir\Debug\cmTC_efec4.tlog\cmTC_efec4.lastbuildstate".
  640.  
  641. Done Building Project "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\cmTC_efec4.vcxproj" (default targets).
  642.  
  643.  
  644.  
  645. Build succeeded.
  646.  
  647.  
  648.  
  649. "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\cmTC_efec4.vcxproj" (default target) (1) ->
  650.  
  651. (ClCompile target) ->
  652.  
  653.   D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\src.c(3): warning C4101: 'v': unreferenced local variable [D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\cmTC_efec4.vcxproj]
  654.  
  655.  
  656.  
  657.     1 Warning(s)
  658.  
  659.     0 Error(s)
  660.  
  661.  
  662.  
  663. Time Elapsed 00:00:08.86
  664.  
  665.  
  666. Return value: 1
  667. Source file was:
  668.  
  669.             #include <emmintrin.h>
  670.             int main(void) { __m128d v = _mm_setzero_pd(); return 0; }
  671. Determining if the include file memory exists passed with the following output:
  672. Change Dir: D:/Users/brazg/Documents/GitHub/build_windows_Release_x64_vc15_Release/CMakeFiles/CMakeTmp
  673.  
  674. Run Build Command:"D:/Applications (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_28d28.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
  675. Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
  676.  
  677. Copyright (C) Microsoft Corporation. All rights reserved.
  678.  
  679.  
  680.  
  681. Build started 11/30/2017 8:24:48 AM.
  682.  
  683. Project "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\cmTC_28d28.vcxproj" on node 1 (default targets).
  684.  
  685. PrepareForBuild:
  686.  
  687.   Creating directory "cmTC_28d28.dir\Debug\".
  688.  
  689.   Creating directory "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\Debug\".
  690.  
  691.   Creating directory "cmTC_28d28.dir\Debug\cmTC_28d28.tlog\".
  692.  
  693. InitializeBuildStatus:
  694.  
  695.   Creating "cmTC_28d28.dir\Debug\cmTC_28d28.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  696.  
  697. ClCompile:
  698.  
  699.   D:\Applications (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_28d28.dir\Debug\\" /Fd"cmTC_28d28.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\CheckIncludeFile.cxx
  700.  
  701.   Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
  702.  
  703.   Copyright (C) Microsoft Corporation.  All rights reserved.
  704.  
  705.  
  706.  
  707.   cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_28d28.dir\Debug\\" /Fd"cmTC_28d28.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\CheckIncludeFile.cxx
  708.  
  709.   CheckIncludeFile.cxx
  710.  
  711.  
  712.  
  713. Link:
  714.  
  715.   D:\Applications (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\Debug\cmTC_28d28.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/Users/brazg/Documents/GitHub/build_windows_Release_x64_vc15_Release/CMakeFiles/CMakeTmp/Debug/cmTC_28d28.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/Users/brazg/Documents/GitHub/build_windows_Release_x64_vc15_Release/CMakeFiles/CMakeTmp/Debug/cmTC_28d28.lib" /MACHINE:X64  /machine:x64 cmTC_28d28.dir\Debug\CheckIncludeFile.obj
  716.  
  717.   cmTC_28d28.vcxproj -> D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\Debug\cmTC_28d28.exe
  718.  
  719. FinalizeBuildStatus:
  720.  
  721.   Deleting file "cmTC_28d28.dir\Debug\cmTC_28d28.tlog\unsuccessfulbuild".
  722.  
  723.   Touching "cmTC_28d28.dir\Debug\cmTC_28d28.tlog\cmTC_28d28.lastbuildstate".
  724.  
  725. Done Building Project "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\cmTC_28d28.vcxproj" (default targets).
  726.  
  727.  
  728.  
  729. Build succeeded.
  730.  
  731.     0 Warning(s)
  732.  
  733.     0 Error(s)
  734.  
  735.  
  736.  
  737. Time Elapsed 00:00:09.29
  738.  
  739.  
  740.  
  741. Performing C++ SOURCE FILE Test HAVE_SHARED_PTR_IN_STD_NAMESPACE succeeded with the following output:
  742. Change Dir: D:/Users/brazg/Documents/GitHub/build_windows_Release_x64_vc15_Release/CMakeFiles/CMakeTmp
  743.  
  744. Run Build Command:"D:/Applications (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_7f695.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
  745. Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
  746.  
  747. Copyright (C) Microsoft Corporation. All rights reserved.
  748.  
  749.  
  750.  
  751. Build started 11/30/2017 8:24:58 AM.
  752.  
  753. Project "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\cmTC_7f695.vcxproj" on node 1 (default targets).
  754.  
  755. PrepareForBuild:
  756.  
  757.   Creating directory "cmTC_7f695.dir\Debug\".
  758.  
  759.   Creating directory "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\Debug\".
  760.  
  761.   Creating directory "cmTC_7f695.dir\Debug\cmTC_7f695.tlog\".
  762.  
  763. InitializeBuildStatus:
  764.  
  765.   Creating "cmTC_7f695.dir\Debug\cmTC_7f695.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  766.  
  767. ClCompile:
  768.  
  769.   D:\Applications (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D HAVE_SHARED_PTR_IN_STD_NAMESPACE /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_7f695.dir\Debug\\" /Fd"cmTC_7f695.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\src.cxx
  770.  
  771.   Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
  772.  
  773.   Copyright (C) Microsoft Corporation.  All rights reserved.
  774.  
  775.  
  776.  
  777.   cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D HAVE_SHARED_PTR_IN_STD_NAMESPACE /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_7f695.dir\Debug\\" /Fd"cmTC_7f695.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\src.cxx
  778.  
  779.   src.cxx
  780.  
  781.  
  782.  
  783. Link:
  784.  
  785.   D:\Applications (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\Debug\cmTC_7f695.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/Users/brazg/Documents/GitHub/build_windows_Release_x64_vc15_Release/CMakeFiles/CMakeTmp/Debug/cmTC_7f695.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/Users/brazg/Documents/GitHub/build_windows_Release_x64_vc15_Release/CMakeFiles/CMakeTmp/Debug/cmTC_7f695.lib" /MACHINE:X64  /machine:x64 cmTC_7f695.dir\Debug\src.obj
  786.  
  787.   cmTC_7f695.vcxproj -> D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\Debug\cmTC_7f695.exe
  788.  
  789. FinalizeBuildStatus:
  790.  
  791.   Deleting file "cmTC_7f695.dir\Debug\cmTC_7f695.tlog\unsuccessfulbuild".
  792.  
  793.   Touching "cmTC_7f695.dir\Debug\cmTC_7f695.tlog\cmTC_7f695.lastbuildstate".
  794.  
  795. Done Building Project "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\cmTC_7f695.vcxproj" (default targets).
  796.  
  797.  
  798.  
  799. Build succeeded.
  800.  
  801.     0 Warning(s)
  802.  
  803.     0 Error(s)
  804.  
  805.  
  806.  
  807. Time Elapsed 00:00:08.13
  808.  
  809.  
  810. Source file was:
  811. #include <memory>
  812.                                    int main() {
  813.                                      std::shared_ptr<int> int_ptr;
  814.                                      return 0;
  815.                                    }
  816. Determining if the include file unordered_map exists passed with the following output:
  817. Change Dir: D:/Users/brazg/Documents/GitHub/build_windows_Release_x64_vc15_Release/CMakeFiles/CMakeTmp
  818.  
  819. Run Build Command:"D:/Applications (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_fed9b.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
  820. Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
  821.  
  822. Copyright (C) Microsoft Corporation. All rights reserved.
  823.  
  824.  
  825.  
  826. Build started 11/30/2017 8:25:08 AM.
  827.  
  828. Project "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\cmTC_fed9b.vcxproj" on node 1 (default targets).
  829.  
  830. PrepareForBuild:
  831.  
  832.   Creating directory "cmTC_fed9b.dir\Debug\".
  833.  
  834.   Creating directory "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\Debug\".
  835.  
  836.   Creating directory "cmTC_fed9b.dir\Debug\cmTC_fed9b.tlog\".
  837.  
  838. InitializeBuildStatus:
  839.  
  840.   Creating "cmTC_fed9b.dir\Debug\cmTC_fed9b.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  841.  
  842. ClCompile:
  843.  
  844.   D:\Applications (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_fed9b.dir\Debug\\" /Fd"cmTC_fed9b.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\CheckIncludeFile.cxx
  845.  
  846.   Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
  847.  
  848.   Copyright (C) Microsoft Corporation.  All rights reserved.
  849.  
  850.  
  851.  
  852.   cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_fed9b.dir\Debug\\" /Fd"cmTC_fed9b.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\CheckIncludeFile.cxx
  853.  
  854.   CheckIncludeFile.cxx
  855.  
  856.  
  857.  
  858. Link:
  859.  
  860.   D:\Applications (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\Debug\cmTC_fed9b.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/Users/brazg/Documents/GitHub/build_windows_Release_x64_vc15_Release/CMakeFiles/CMakeTmp/Debug/cmTC_fed9b.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/Users/brazg/Documents/GitHub/build_windows_Release_x64_vc15_Release/CMakeFiles/CMakeTmp/Debug/cmTC_fed9b.lib" /MACHINE:X64  /machine:x64 cmTC_fed9b.dir\Debug\CheckIncludeFile.obj
  861.  
  862.   cmTC_fed9b.vcxproj -> D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\Debug\cmTC_fed9b.exe
  863.  
  864. FinalizeBuildStatus:
  865.  
  866.   Deleting file "cmTC_fed9b.dir\Debug\cmTC_fed9b.tlog\unsuccessfulbuild".
  867.  
  868.   Touching "cmTC_fed9b.dir\Debug\cmTC_fed9b.tlog\cmTC_fed9b.lastbuildstate".
  869.  
  870. Done Building Project "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\cmTC_fed9b.vcxproj" (default targets).
  871.  
  872.  
  873.  
  874. Build succeeded.
  875.  
  876.     0 Warning(s)
  877.  
  878.     0 Error(s)
  879.  
  880.  
  881.  
  882. Time Elapsed 00:00:08.41
  883.  
  884.  
  885.  
  886. Performing C++ SOURCE FILE Test HAVE_UNORDERED_MAP_IN_STD_NAMESPACE succeeded with the following output:
  887. Change Dir: D:/Users/brazg/Documents/GitHub/build_windows_Release_x64_vc15_Release/CMakeFiles/CMakeTmp
  888.  
  889. Run Build Command:"D:/Applications (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_58527.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
  890. Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
  891.  
  892. Copyright (C) Microsoft Corporation. All rights reserved.
  893.  
  894.  
  895.  
  896. Build started 11/30/2017 8:25:17 AM.
  897.  
  898. Project "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\cmTC_58527.vcxproj" on node 1 (default targets).
  899.  
  900. PrepareForBuild:
  901.  
  902.   Creating directory "cmTC_58527.dir\Debug\".
  903.  
  904.   Creating directory "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\Debug\".
  905.  
  906.   Creating directory "cmTC_58527.dir\Debug\cmTC_58527.tlog\".
  907.  
  908. InitializeBuildStatus:
  909.  
  910.   Creating "cmTC_58527.dir\Debug\cmTC_58527.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  911.  
  912. ClCompile:
  913.  
  914.   D:\Applications (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D HAVE_UNORDERED_MAP_IN_STD_NAMESPACE /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_58527.dir\Debug\\" /Fd"cmTC_58527.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\src.cxx
  915.  
  916.   Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
  917.  
  918.   Copyright (C) Microsoft Corporation.  All rights reserved.
  919.  
  920.  
  921.  
  922.   cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D HAVE_UNORDERED_MAP_IN_STD_NAMESPACE /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_58527.dir\Debug\\" /Fd"cmTC_58527.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\src.cxx
  923.  
  924.   src.cxx
  925.  
  926.  
  927.  
  928. Link:
  929.  
  930.   D:\Applications (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\Debug\cmTC_58527.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/Users/brazg/Documents/GitHub/build_windows_Release_x64_vc15_Release/CMakeFiles/CMakeTmp/Debug/cmTC_58527.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/Users/brazg/Documents/GitHub/build_windows_Release_x64_vc15_Release/CMakeFiles/CMakeTmp/Debug/cmTC_58527.lib" /MACHINE:X64  /machine:x64 cmTC_58527.dir\Debug\src.obj
  931.  
  932.   cmTC_58527.vcxproj -> D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\Debug\cmTC_58527.exe
  933.  
  934. FinalizeBuildStatus:
  935.  
  936.   Deleting file "cmTC_58527.dir\Debug\cmTC_58527.tlog\unsuccessfulbuild".
  937.  
  938.   Touching "cmTC_58527.dir\Debug\cmTC_58527.tlog\cmTC_58527.lastbuildstate".
  939.  
  940. Done Building Project "D:\Users\brazg\Documents\GitHub\build_windows_Release_x64_vc15_Release\CMakeFiles\CMakeTmp\cmTC_58527.vcxproj" (default targets).
  941.  
  942.  
  943.  
  944. Build succeeded.
  945.  
  946.     0 Warning(s)
  947.  
  948.     0 Error(s)
  949.  
  950.  
  951.  
  952. Time Elapsed 00:00:09.01
  953.  
  954.  
  955. Source file was:
  956. #include <unordered_map>
  957.                                   int main() {
  958.                                     std::unordered_map<int, int> map;
  959.                                     return 0;
  960.                                   }
Advertisement
Add Comment
Please, Sign In to add comment