Fixed build script: ccmio is in ThirdParty
This commit is contained in:
parent
0ece27ed85
commit
0968d8605b
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Reference in a new issue