Skip to content
Snippets Groups Projects
Commit c2c9ab6f authored by mattijs's avatar mattijs
Browse files

ENH: foamToTecplot: do not build if tecio not present

parent 9764f4e2
No related merge requests found
#!/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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment