mirror of
https://github.com/OpenFOAM/ThirdParty-6.git
synced 2025-12-08 06:57:43 +00:00
makeCGAL: Corrected typo
Patch contributed by Bruno Santos Resolves report http://www.openfoam.org/mantisbt/view.php?id=1215
This commit is contained in:
5
makeCGAL
5
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
|
. $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)
|
_foamSource $($WM_PROJECT_DIR/bin/foamEtcFile config.sh/compiler)
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|||||||
Reference in New Issue
Block a user