Skip to content

Commit

Permalink
Add fetching of STLIB (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbilger authored Jun 8, 2023
1 parent 5fdd611 commit 51b8765
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ elif in-array "build-scope-full" "$BUILD_OPTIONS"; then
fi
# Plugins
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"
if [[ "$VM_HAS_BULLET" == "true" ]]; then
add-cmake-option "-DPLUGIN_BULLETCOLLISIONDETECTION=ON"
Expand Down

0 comments on commit 51b8765

Please sign in to comment.