Skip to content
Snippets Groups Projects
Commit 5810f991 authored by Mark Olesen's avatar Mark Olesen
Browse files

STYLE: report when skipping ThirdParty build

parent 3dbb59f8
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,8 @@ wmakeCheckPwd "$WM_PROJECT_DIR" || { ...@@ -15,6 +15,8 @@ wmakeCheckPwd "$WM_PROJECT_DIR" || {
if [ -d "$WM_THIRD_PARTY_DIR" ] if [ -d "$WM_THIRD_PARTY_DIR" ]
then then
$WM_THIRD_PARTY_DIR/Allwmake $WM_THIRD_PARTY_DIR/Allwmake
else
echo "no ThirdParty sources found - skipping"
fi fi
# build OpenFOAM libraries and applications # build OpenFOAM libraries and applications
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment