Skip to content

Commit

Permalink
Add flag to activate Cimg when diffusion solver is ON
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpaul committed Nov 29, 2023
1 parent 60fa88d commit 972c357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ if in-array "build-scope-minimal" "$BUILD_OPTIONS"; then
add-cmake-option "-DSOFA_BUILD_TESTS=OFF"
add-cmake-option "-DSOFA_FLOATING_POINT_TYPE=double"
# Plugins (sofa/applications/plugins)
add-cmake-option "-DPLUGIN_CIMGPLUGIN=OFF"
add-cmake-option "-DPLUGIN_SOFAMATRIX=OFF"
# Pluginized modules (sofa/modules)
add-cmake-option "-DPLUGIN_SOFADENSESOLVER=OFF"
Expand Down Expand Up @@ -392,6 +391,7 @@ elif in-array "build-scope-full" "$BUILD_OPTIONS"; then
add-cmake-option "-DSOFAGUIQT_ENABLE_NODEGRAPH=ON"
fi
# Plugins
add-cmake-option "-DPLUGIN_CIMGPLUGIN=ON"
add-cmake-option "-DPLUGIN_BEAMADAPTER=ON -DSOFA_FETCH_BEAMADAPTER=ON"
add-cmake-option "-DPLUGIN_STLIB=ON -DSOFA_FETCH_STLIB=ON"
add-cmake-option "-DPLUGIN_SOFTROBOTS=ON -DSOFA_FETCH_SOFTROBOTS=ON"
Expand Down

0 comments on commit 972c357

Please sign in to comment.