summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-09-03 04:02:15 (GMT)
committerMarius Kintel <marius@kintel.net>2011-09-03 04:02:15 (GMT)
commit3129189342f3da7322efa0b860ff3ff676ba7b77 (patch)
treea6e8896486a7912f827210bbabf6ef0394f4fdc8
parentabb78e223a97bcdf8d2605be5e61d57ad72a1436 (diff)
Use our own boost with CGAL
-rwxr-xr-xscripts/macosx-build-dependencies.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/macosx-build-dependencies.sh b/scripts/macosx-build-dependencies.sh
index d06c90e..0ed375f 100755
--- a/scripts/macosx-build-dependencies.sh
+++ b/scripts/macosx-build-dependencies.sh
@@ -125,7 +125,7 @@ build_cgal()
tar xzf CGAL-$version.tar.gz
cd CGAL-$version
# We build a static lib. Not really necessary, but it's well tested.
- cmake -DCMAKE_INSTALL_PREFIX=$DEPLOYDIR -DBUILD_SHARED_LIBS=FALSE -DCMAKE_OSX_DEPLOYMENT_TARGET="10.5" -DCMAKE_OSX_ARCHITECTURES="i386;x86_64"
+ cmake -DCMAKE_INSTALL_PREFIX=$DEPLOYDIR -DBUILD_SHARED_LIBS=FALSE -DCMAKE_OSX_DEPLOYMENT_TARGET="10.5" -DCMAKE_OSX_ARCHITECTURES="i386;x86_64" -DBOOST_ROOT=$DEPLOYDIR
make -j4
make install
}
contact: Jan Huwald // Impressum