Advertisement
Guest User

Untitled

a guest
Apr 1st, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 2.24 KB | None | 0 0
  1. The system is: Windows - 10.0.17134 - 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.9.21+g9802d43bc3 for .NET Framework
  10. Copyright (C) Microsoft Corporation. All rights reserved.
  11.  
  12. Build started 4/1/2019 2:41:06 PM.
  13. Project "C:\Programming\wheretolunch\build\CMakeFiles\3.14.1\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.  C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX86\x86\CL.exe /c /nologo /W0 /WX- /diagnostics:classic /Od /Oy- /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\" /Fd"Debug\vc141.pdb" /Gd /TC /analyze- /FC /errorReport:queue CMakeCCompilerId.c
  21.  CMakeCCompilerId.c
  22. Link:
  23.  C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX86\x86\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:X86 /SAFESEH Debug\CMakeCCompilerId.obj
  24.  CompilerIdC.vcxproj -> C:\Programming\wheretolunch\build\CMakeFiles\3.14.1\CompilerIdC\.\CompilerIdC.exe
  25. PostBuildEvent:
  26.  for %%i in (cl.exe) do @echo CMAKE_C_COMPILER=%%~$PATH:i
  27.  :VCEnd
  28.  CMAKE_C_COMPILER=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\Hostx86\x86\cl.exe
  29. FinalizeBuildStatus:
  30.  Deleting file "Debug\CompilerIdC.tlog\unsuccessfulbuild".
  31.  Touching "Debug\CompilerIdC.tlog\CompilerIdC.lastbuildstate".
  32. Done Building Project "C:\Programming\wheretolunch\build\CMakeFiles\3.14.1\CompilerIdC\CompilerIdC.vcxproj" (default targets).
  33.  
  34. Build succeeded.
  35.    0 Warning(s)
  36.    0 Error(s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement