Skip to content

Commit cafb662

Browse files
committed
fix compilation (cuda with sph)
1 parent db156bb commit cafb662

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

applications/plugins/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ if((${CMAKE_CXX_COMPILER_ID} STREQUAL "GNU") AND (${CMAKE_SYSTEM_NAME} MATCHES "
6060
sofa_add_subdirectory(plugin SofaPardisoSolver SofaPardisoSolver) # SofaPardisoSolver is only available under linux with gcc
6161
endif()
6262

63-
sofa_add_subdirectory(plugin SofaCUDA SofaCUDA)
63+
#sofa_add_subdirectory(plugin SofaCUDA SofaCUDA)
6464

6565
sofa_find_package(Sofa.GL QUIET)
6666
if(Sofa.GL_FOUND)

0 commit comments

Comments
 (0)