File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -343,7 +343,6 @@ if in-array "build-scope-minimal" "$BUILD_OPTIONS"; then
343
343
add-cmake-option " -DSOFA_BUILD_TESTS=OFF"
344
344
add-cmake-option " -DSOFA_FLOATING_POINT_TYPE=double"
345
345
# Plugins (sofa/applications/plugins)
346
- add-cmake-option " -DPLUGIN_CIMGPLUGIN=OFF"
347
346
add-cmake-option " -DPLUGIN_SOFAMATRIX=OFF"
348
347
# Pluginized modules (sofa/modules)
349
348
add-cmake-option " -DPLUGIN_SOFADENSESOLVER=OFF"
@@ -392,6 +391,7 @@ elif in-array "build-scope-full" "$BUILD_OPTIONS"; then
392
391
add-cmake-option " -DSOFAGUIQT_ENABLE_NODEGRAPH=ON"
393
392
fi
394
393
# Plugins
394
+ add-cmake-option " -DPLUGIN_CIMGPLUGIN=ON"
395
395
add-cmake-option " -DPLUGIN_BEAMADAPTER=ON -DSOFA_FETCH_BEAMADAPTER=ON"
396
396
add-cmake-option " -DPLUGIN_STLIB=ON -DSOFA_FETCH_STLIB=ON"
397
397
add-cmake-option " -DPLUGIN_SOFTROBOTS=ON -DSOFA_FETCH_SOFTROBOTS=ON"
You can’t perform that action at this time.
0 commit comments