Skip to content

Commit

Permalink
Merge pull request #29 from alxbilger/csparse
Browse files Browse the repository at this point in the history
fetch and configure CSparseSolvers plugin
  • Loading branch information
bakpaul authored Nov 3, 2023
2 parents 6404005 + a773bbe commit d4d07af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ elif in-array "build-scope-full" "$BUILD_OPTIONS"; then
add-cmake-option "-DPLUGIN_STLIB=ON -DSOFA_FETCH_STLIB=ON"
add-cmake-option "-DPLUGIN_SOFTROBOTS=ON -DSOFA_FETCH_SOFTROBOTS=ON"
add-cmake-option "-DPLUGIN_SHAPEMATCHINGPLUGIN=ON -DSOFA_FETCH_SHAPEMATCHINGPLUGIN=ON"
add-cmake-option "-DPLUGIN_CSPARSESOLVERS=ON -DSOFA_FETCH_CSPARSESOLVERS=ON"
if [[ "$VM_HAS_BULLET" == "true" ]]; then
add-cmake-option "-DPLUGIN_BULLETCOLLISIONDETECTION=ON"
else
Expand Down

0 comments on commit d4d07af

Please sign in to comment.