makeCGAL: Corrected typo

Patch contributed by Bruno Santos
Resolves report http://www.openfoam.org/mantisbt/view.php?id=1215
This commit is contained in:
Henry Weller
2016-03-21 23:03:59 +00:00
parent 578f8827fb
commit d88b4ea88d

View File

@ -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