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
|
||||
# \\ / O peration |
|
||||
# \\ / A nd | Copyright (C) 2011-2017 OpenFOAM Foundation
|
||||
# \\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
|
||||
# \\/ M anipulation |
|
||||
#------------------------------------------------------------------------------
|
||||
# License
|
||||
@ -360,8 +360,14 @@ then
|
||||
./makeCGAL
|
||||
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
|
||||
echo " optional component was not found"
|
||||
echo " optional component CGAL was not found"
|
||||
fi
|
||||
|
||||
echo
|
||||
|
||||
Reference in New Issue
Block a user