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