Advertisement
Fish_In_A_SUit

CMake CUDA CMakeOutput.log Visual Studio (withou CMakePresets)

Feb 12th, 2023
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. The system is: Windows - 10.0.22000 - AMD64
  2. Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
  3. Compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.34.31933/bin/Hostx64/x64/cl.exe
  4. Build flags:
  5. Id flags:
  6.  
  7. The output was:
  8. 0
  9. Microsoft (R) C/C++ Optimizing Compiler Version 19.34.31937 for x64
  10. Copyright (C) Microsoft Corporation. All rights reserved.
  11.  
  12. CMakeCXXCompilerId.cpp
  13. Microsoft (R) Incremental Linker Version 14.34.31937.0
  14. Copyright (C) Microsoft Corporation. All rights reserved.
  15.  
  16. /out:CMakeCXXCompilerId.exe
  17. CMakeCXXCompilerId.obj
  18.  
  19.  
  20. Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CMakeCXXCompilerId.exe"
  21.  
  22. Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CMakeCXXCompilerId.obj"
  23.  
  24. The CXX compiler identification is MSVC, found in "C:/Aljosa/Development/Unity-Github/CUDA_Simple_Example/out/build/x64-Debug/CMakeFiles/3.24.202208181-MSVC_2/CompilerIdCXX/CMakeCXXCompilerId.exe"
  25.  
  26. Checking whether the CUDA compiler is NVIDIA using "" matched "nvcc: NVIDIA \(R\) Cuda compiler driver":
  27. nvcc: NVIDIA (R) Cuda compiler driver
  28. Copyright (c) 2005-2023 NVIDIA Corporation
  29. Built on Fri_Jan__6_19:04:39_Pacific_Standard_Time_2023
  30. Cuda compilation tools, release 12.0, V12.0.140
  31. Build cuda_12.0.r12.0/compiler.32267302_0
  32. Compiling the CUDA compiler identification source file "CMakeCUDACompilerId.cu" succeeded.
  33. Compiler: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.0/bin/nvcc.exe
  34. Build flags:
  35. Id flags: --keep;--keep-dir;tmp -v
  36.  
  37. The output was:
  38. 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement