applications/utilities/mesh/generation/Allwmake: Build foamyHexMesh if FOAMY_HEX_MESH is set

This commit is contained in:
Henry Weller 2016-06-24 08:46:01 +01:00
parent b14424dd87
commit a94cfed455

View file

@ -16,7 +16,7 @@ wmake -all extrude
wmake -all extrude2DMesh
wmake -all snappyHexMesh
if [ -n "$CGAL_ARCH_PATH" -o "$cgal_version" = "cgal-system" ]
if [ -n "$FOAMY_HEX_MESH" ]
then
foamyMesh/Allwmake $*
fi