Fixed build script: ccmio is in ThirdParty

This commit is contained in:
Hrvoje Jasak 2012-10-25 06:53:54 +01:00
parent 0ece27ed85
commit 0968d8605b

View file

@ -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