Correct handling of the CGAL version variable for makeCGAL in ThirdParty

This commit is contained in:
Henry Weller
2016-07-01 16:22:28 +01:00
parent f768402255
commit 579f559aa7
4 changed files with 11 additions and 6 deletions

View File

@ -11,10 +11,6 @@ wmake -all $targetType snappyHexMesh
if [ -n "$FOAMY_HEX_MESH" ]
then
# Get CGAL and boost versions
. $WM_PROJECT_DIR/etc/config.sh/functions
_foamEval $($WM_PROJECT_DIR/bin/foamEtcFile config.sh/CGAL)
foamyMesh/Allwmake $targetType $*
fi