Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/no_sofacuda_warn' into mimesis
Browse files Browse the repository at this point in the history
  • Loading branch information
SperryBot committed Dec 9, 2024
2 parents 539b6be + b53cbe6 commit f96e783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applications/plugins/SofaCUDA/SofaCUDANvccFlags.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include(FindCUDA)
#include(FindCUDA)
set(CUDA_ARCH_LIST Auto CACHE STRING
"List of CUDA architectures (e.g. Pascal, Volta, etc) or \
compute capability versions (6.1, 7.0, etc) to generate code for. \
Expand All @@ -21,4 +21,4 @@ if (WIN32)
set(CUDA_NVCC_FLAGS_DEBUG "--compiler-options /MDd")
endif (WIN32)

message(STATUS "SofaCUDA: nvcc flags: ${CUDA_NVCC_FLAGS}")
message(STATUS "SofaCUDA: nvcc flags: ${CUDA_NVCC_FLAGS}")

0 comments on commit f96e783

Please sign in to comment.