From f4c02e63e58494043ba4b824c4e8c179852cc1e8 Mon Sep 17 00:00:00 2001 From: Alessandro Muntoni Date: Tue, 31 Oct 2023 08:38:11 +0100 Subject: [PATCH] install embree3 on macos --- scripts/macOS/0_setup_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/macOS/0_setup_env.sh b/scripts/macOS/0_setup_env.sh index 710552f66..b6abbb33f 100644 --- a/scripts/macOS/0_setup_env.sh +++ b/scripts/macOS/0_setup_env.sh @@ -22,7 +22,7 @@ case $i in esac done -brew install coreutils node cmake ninja llvm libomp cgal xerces-c tbb embree3 +brew install coreutils node cmake ninja llvm libomp cgal xerces-c tbb embree@3 npm install -g appdmg if [ "$DONT_INSTALL_QT" = false ] ; then