Skip to content

Commit

Permalink
Removed unsupported plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpaul committed Dec 19, 2024
1 parent 4daa39c commit ce34481
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ elif in-array "build-scope-full" "$BUILD_OPTIONS"; then
add-cmake-option "-DPLUGIN_DIFFUSIONSOLVER=ON"
add-cmake-option "-DPLUGIN_GEOMAGIC=ON"
add-cmake-option "-DPLUGIN_IMAGE=ON"
add-cmake-option "-DPLUGIN_INVERTIBLEFVM=ON -DSOFA_FETCH_INVERTIBLEFVM=ON"
add-cmake-option "-DPLUGIN_MANIFOLDTOPOLOGIES=ON -DSOFA_FETCH_MANIFOLDTOPOLOGIES=ON"
add-cmake-option "-DPLUGIN_MANUALMAPPING=ON"
if [[ "$VM_HAS_OPENCASCADE" == "true" ]]; then
Expand All @@ -434,7 +433,6 @@ elif in-array "build-scope-full" "$BUILD_OPTIONS"; then
add-cmake-option "-DPLUGIN_MULTITHREADING=ON"
add-cmake-option "-DPLUGIN_PLUGINEXAMPLE=ON -DSOFA_FETCH_PLUGINEXAMPLE=ON"
add-cmake-option "-DPLUGIN_REGISTRATION=ON -DSOFA_FETCH_REGISTRATION=ON"
add-cmake-option "-DPLUGIN_SENSABLEEMULATION=ON"
add-cmake-option "-DPLUGIN_SOFACARVING=ON"
if [[ "$VM_HAS_CUDA" == "true" ]]; then
add-cmake-option "-DPLUGIN_SOFACUDA=ON -DSOFACUDA_DOUBLE=ON"
Expand All @@ -453,7 +451,6 @@ elif in-array "build-scope-full" "$BUILD_OPTIONS"; then
add-cmake-option "-DPLUGIN_SOFAIMGUI=ON"
fi
add-cmake-option "-DPLUGIN_SOFAIMPLICITFIELD=ON"
add-cmake-option "-DPLUGIN_SOFASIMPLEGUI=ON" # Not sure if worth maintaining
add-cmake-option "-DPLUGIN_SOFASPHFLUID=ON -DSOFA_FETCH_SOFASPHFLUID=ON"
add-cmake-option "-DPLUGIN_COLLISIONOBBCAPSULE=ON"
add-cmake-option "-DPLUGIN_THMPGSPATIALHASHING=OFF -DSOFA_FETCH_THMPGSPATIALHASHING=ON"
Expand Down

0 comments on commit ce34481

Please sign in to comment.