Skip to content

Commit

Permalink
Merge pull request #31 from bakpaul/add_cimg_for_full_build
Browse files Browse the repository at this point in the history
Add flag to activate Cimg when diffusion solver is ON
  • Loading branch information
fredroy authored Nov 29, 2023
2 parents 60fa88d + 972c357 commit 655556c
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 655556c

Please sign in to comment.