ENH: foamToTecplot: do not build if tecio not present

This commit is contained in:
mattijs
2011-03-07 13:44:34 +00:00
parent 9764f4e2eb
commit c2c9ab6f0b

View File

@ -0,0 +1,11 @@
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
if [ ! -d ${WM_THIRD_PARTY_DIR}/tecio ]
then
echo "Did not find tecio in ${WM_THIRD_PARTY_DIR}. Not building foamToTecplot360."
else
wmake
fi
# ----------------------------------------------------------------- end-of-file