From 0968d8605be60292465d70b5b13bb7df43717bf8 Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Thu, 25 Oct 2012 06:53:54 +0100 Subject: [PATCH] Fixed build script: ccmio is in ThirdParty --- applications/utilities/mesh/conversion/Optional/Allwmake | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/applications/utilities/mesh/conversion/Optional/Allwmake b/applications/utilities/mesh/conversion/Optional/Allwmake index ae71b400f..a8a29a074 100755 --- a/applications/utilities/mesh/conversion/Optional/Allwmake +++ b/applications/utilities/mesh/conversion/Optional/Allwmake @@ -5,12 +5,8 @@ cd ${0%/*} || exit 1 # run from this directory set -x - -# build libccmio and create lnInclude directory -( cd $WM_THIRD_PARTY_DIR && ./AllwmakeLibccmio ) - # if the library built properly, the headers should exist too -if [ -e $FOAM_LIBBIN/libccmio.so ] +if [ -e $LIBCCMIO_LIB_DIR/libccmio.so ] then wmake ccm26ToFoam fi