From 2b95d80847e7c2886908e8a41d139fd4ab8d0b64 Mon Sep 17 00:00:00 2001 From: Alessandro Muntoni Date: Fri, 24 Nov 2023 09:59:07 +0100 Subject: [PATCH] fix build on linux - using cgal downloaded source --- scripts/Linux/0_setup_env.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 "$@"