Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/no_sofacuda_warn' into mimesis
Browse files Browse the repository at this point in the history
SperryBot committed Jan 26, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 7c6bddc + b53cbe6 commit 7d1226f
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. \
@@ -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 7d1226f

Please sign in to comment.