STYLE: report when skipping ThirdParty build

This commit is contained in:
Mark Olesen 2010-07-02 09:06:04 +02:00
parent 3dbb59f8a2
commit 5810f991d7

View File

@ -15,6 +15,8 @@ wmakeCheckPwd "$WM_PROJECT_DIR" || {
if [ -d "$WM_THIRD_PARTY_DIR" ]
then
$WM_THIRD_PARTY_DIR/Allwmake
else
echo "no ThirdParty sources found - skipping"
fi
# build OpenFOAM libraries and applications