From 868c4af0c2c150fdb3b34ac586474c862de0eb0c Mon Sep 17 00:00:00 2001 From: mattijs Date: Tue, 10 Apr 2012 12:34:15 +0100 Subject: [PATCH] BUG: cvMesh: build cvMeshSurfaceSimplify through Allwmake --- applications/utilities/mesh/generation/cvMesh/Allwmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/utilities/mesh/generation/cvMesh/Allwmake b/applications/utilities/mesh/generation/cvMesh/Allwmake index 2a998cb690..eb453138ce 100755 --- a/applications/utilities/mesh/generation/cvMesh/Allwmake +++ b/applications/utilities/mesh/generation/cvMesh/Allwmake @@ -4,7 +4,7 @@ set -x wmake libso conformalVoronoiMesh wmake -wmake cvMeshSurfaceSimplify wmake cvMeshBackgroundMesh +(cd cvMeshSurfaceSimplify && ./Allwmake) # ----------------------------------------------------------------- end-of-file