We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68cd43d commit d4f9338Copy full SHA for d4f9338
CMakeLists.txt
@@ -87,6 +87,7 @@ IF(USE_CUDA)
87
set(CMAKE_CUDA_ARCHITECTURES "35" CACHE STRING "CUDA architectures to build for" FORCE)
88
else()
89
set(CMAKE_CUDA_ARCHITECTURES "30" CACHE STRING "CUDA architectures to build for" FORCE)
90
+ endif()
91
message(STATUS "CUDA found. Using CUDA.")
92
ELSE(CUDA_FOUND)
93
message(STATUS "CUDA not found. Not using CUDA.")
0 commit comments