diff --git a/scripts/Linux/0_setup_env.sh b/scripts/Linux/0_setup_env.sh index 9df9aef78..2462b807c 100644 --- a/scripts/Linux/0_setup_env.sh +++ b/scripts/Linux/0_setup_env.sh @@ -5,8 +5,8 @@ # Run this script if you never installed any of the MeshLab dependencies. DONT_INSTALL_QT=false -DONT_INSTALL_CGAL_BOOST=false -DONT_INSTALL_EMBREE=false +DONT_INSTALL_CGAL_BOOST=true +DONT_INSTALL_EMBREE=true #checking for parameters for i in "$@"