mirror of
https://github.com/OpenFOAM/ThirdParty-6.git
synced 2025-12-08 06:57:43 +00:00
Allwmake: Provide better messages concerning CGAL
Patch contributed by Bruno Santos Resolves patch request https://bugs.openfoam.org/view.php?id=3065
This commit is contained in:
10
Allwmake
10
Allwmake
@ -3,7 +3,7 @@
|
|||||||
# ========= |
|
# ========= |
|
||||||
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
# \\ / O peration |
|
# \\ / O peration |
|
||||||
# \\ / A nd | Copyright (C) 2011-2017 OpenFOAM Foundation
|
# \\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
|
||||||
# \\/ M anipulation |
|
# \\/ M anipulation |
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
# License
|
# License
|
||||||
@ -360,8 +360,14 @@ then
|
|||||||
./makeCGAL
|
./makeCGAL
|
||||||
fi
|
fi
|
||||||
)
|
)
|
||||||
|
elif [ -z "$FOAMY_HEX_MESH" ]
|
||||||
|
then
|
||||||
|
echo " skipped because foamyHexMesh is not selected"
|
||||||
|
elif [ -n "$FOAMY_HEX_MESH" -a -z "$CGAL_ARCH_PATH" ]
|
||||||
|
then
|
||||||
|
echo " using system CGAL"
|
||||||
else
|
else
|
||||||
echo " optional component was not found"
|
echo " optional component CGAL was not found"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
|||||||
Reference in New Issue
Block a user