diff --git a/scripts/configure.sh b/scripts/configure.sh index 972ff20..752147e 100644 --- a/scripts/configure.sh +++ b/scripts/configure.sh @@ -461,6 +461,7 @@ elif in-array "build-scope-full" "$BUILD_OPTIONS"; then if [[ "$VM_HAS_CUDA" == "true" ]]; then add-cmake-option "-DPLUGIN_VOLUMETRICRENDERING_CUDA=ON" + add-cmake-option "-DPLUGIN_SOFADISTANCEGRID_CUDA=ON" fi fi