We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db156bb commit cafb662Copy full SHA for cafb662
1 file changed
applications/plugins/CMakeLists.txt
@@ -60,7 +60,7 @@ if((${CMAKE_CXX_COMPILER_ID} STREQUAL "GNU") AND (${CMAKE_SYSTEM_NAME} MATCHES "
60
sofa_add_subdirectory(plugin SofaPardisoSolver SofaPardisoSolver) # SofaPardisoSolver is only available under linux with gcc
61
endif()
62
63
-sofa_add_subdirectory(plugin SofaCUDA SofaCUDA)
+#sofa_add_subdirectory(plugin SofaCUDA SofaCUDA)
64
65
sofa_find_package(Sofa.GL QUIET)
66
if(Sofa.GL_FOUND)
0 commit comments