We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd41845 commit 0392817Copy full SHA for 0392817
applications/plugins/SofaCUDA/CMakeLists.txt
@@ -397,8 +397,8 @@ if(SofaValidation_FOUND)
397
endif()
398
399
if(SOFACUDA_CUBLAS)
400
- cuda_add_cublas_to_target(${PROJECT_NAME})
401
- target_link_libraries(${PROJECT_NAME} ${CUDA_SPARSE_LIBRARY})
+ target_link_libraries(${PROJECT_NAME} ${CUDA_SPARSE_LIBRARY} CUDA::cublas)
+
402
403
if(SOFACUDA_CUDPP)
404
target_link_libraries(${PROJECT_NAME} cudpp)
0 commit comments