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
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment