Skip to content

Commit 655556c

Browse files
authored
Merge pull request #31 from bakpaul/add_cimg_for_full_build
Add flag to activate Cimg when diffusion solver is ON
2 parents 60fa88d + 972c357 commit 655556c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/configure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,6 @@ if in-array "build-scope-minimal" "$BUILD_OPTIONS"; then
343343
add-cmake-option "-DSOFA_BUILD_TESTS=OFF"
344344
add-cmake-option "-DSOFA_FLOATING_POINT_TYPE=double"
345345
# Plugins (sofa/applications/plugins)
346-
add-cmake-option "-DPLUGIN_CIMGPLUGIN=OFF"
347346
add-cmake-option "-DPLUGIN_SOFAMATRIX=OFF"
348347
# Pluginized modules (sofa/modules)
349348
add-cmake-option "-DPLUGIN_SOFADENSESOLVER=OFF"
@@ -392,6 +391,7 @@ elif in-array "build-scope-full" "$BUILD_OPTIONS"; then
392391
add-cmake-option "-DSOFAGUIQT_ENABLE_NODEGRAPH=ON"
393392
fi
394393
# Plugins
394+
add-cmake-option "-DPLUGIN_CIMGPLUGIN=ON"
395395
add-cmake-option "-DPLUGIN_BEAMADAPTER=ON -DSOFA_FETCH_BEAMADAPTER=ON"
396396
add-cmake-option "-DPLUGIN_STLIB=ON -DSOFA_FETCH_STLIB=ON"
397397
add-cmake-option "-DPLUGIN_SOFTROBOTS=ON -DSOFA_FETCH_SOFTROBOTS=ON"

0 commit comments

Comments
 (0)