Skip to content

Commit

Permalink
remove GLFW from configuration to add it externally
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpaul committed Jun 17, 2024
1 parent d369f79 commit 666d77a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -447,9 +447,9 @@ elif in-array "build-scope-full" "$BUILD_OPTIONS"; then
fi
add-cmake-option "-DPLUGIN_SOFADISTANCEGRID=ON"
add-cmake-option "-DPLUGIN_SOFAEULERIANFLUID=ON"
add-cmake-option "-DPLUGIN_SOFAGLFW=ON" "-DAPPLICATION_RUNSOFAGLFW=ON" "-DSOFA_FETCH_SOFAGLFW=ON"
add-cmake-option "-DPLUGIN_SOFAGLFW=OFF" "-DAPPLICATION_RUNSOFAGLFW=OFF" "-DSOFA_FETCH_SOFAGLFW=OFF"
if [[ "$VM_BUILDS_IMGUI" == "true" ]]; then
add-cmake-option "-DPLUGIN_SOFAIMGUI=ON"
add-cmake-option "-DPLUGIN_SOFAIMGUI=OFF"
fi
add-cmake-option "-DPLUGIN_SOFAIMPLICITFIELD=ON"
add-cmake-option "-DPLUGIN_SOFASIMPLEGUI=ON" # Not sure if worth maintaining
Expand Down

0 comments on commit 666d77a

Please sign in to comment.