COMP: Allwmake : check for existence of Thirdparty

This commit is contained in:
mattijs 2010-06-22 17:28:52 +01:00
parent d70bd8ec76
commit 5b01d2bf27

View File

@ -12,7 +12,10 @@ wmakeCheckPwd "$WM_PROJECT_DIR" || {
( cd wmake/src && make )
# build ThirdParty sources
$WM_THIRD_PARTY_DIR/Allwmake
if [ -d "$WM_THIRD_PARTY_DIR" ]
then
$WM_THIRD_PARTY_DIR/Allwmake
fi
# build OpenFOAM libraries and applications
src/Allwmake