Skip to content

Commit

Permalink
Merge branch 'master' into enhancement-tiago-robotiq
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Délèze authored Oct 5, 2023
2 parents 6474312 + 43ece50 commit 16a2f4f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/install/linux_optional_compilation_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ fi
script_full_path=$(dirname "$0")
$script_full_path/linux_test_dependencies.sh --norecurse
$script_full_path/linux_compilation_dependencies.sh
$script_full_path/linux_web_viewer_dependencies.sh

if [[ -z "$SNAP" ]]; then
$script_full_path/linux_web_viewer_dependencies.sh
fi

0 comments on commit 16a2f4f

Please sign in to comment.