From d88b4ea88db7d35c7b7fe8d869d59be32a224144 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Mon, 21 Mar 2016 23:03:59 +0000 Subject: [PATCH] makeCGAL: Corrected typo Patch contributed by Bruno Santos Resolves report http://www.openfoam.org/mantisbt/view.php?id=1215 --- makeCGAL | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/makeCGAL b/makeCGAL index 483d764c..42b63252 100755 --- a/makeCGAL +++ b/makeCGAL @@ -38,9 +38,10 @@ # #------------------------------------------------------------------------------ -# Get CGAL, scotch and gmp/mpfr versions +# Get CGAL, boost and gmp/mpfr versions . $WM_PROJECT_DIR/etc/config.sh/functions -_foamEval SOURCE_CGAL_VERSIONS_ONLY=yes $($WM_PROJECT_DIR/bin/foamEtcFile config.sh/CGAL) +_foamEval SOURCE_CGAL_VERSIONS_ONLY=yes \ + $($WM_PROJECT_DIR/bin/foamEtcFile config.sh/CGAL) _foamSource $($WM_PROJECT_DIR/bin/foamEtcFile config.sh/compiler) set -x