configure.sh: Yes to GAL deps

Change-Id: If31faf28039f771238173490152d039a39e682ee

Former-commit-id: ac37aba605
pull/1161/head
Kalpaj Chaudhari 2017-06-26 10:27:57 +05:30
rodzic 9eebb41653
commit 339f2a0cce
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -72,7 +72,7 @@ install() {
appsettings
echo "Installing CGAL dependencies"
sudo apt-get install libgmp-dev libmpfr-dev
sudo apt-get install -y libgmp-dev libmpfr-dev
echo "Installing Ecto Dependencies"
sudo pip install -U catkin-pkg
@ -134,4 +134,4 @@ else
echo "Invalid instructions." >&2
usage
exit 1
fi
fi