Skip to content
Snippets Groups Projects
Commit 5b01d2bf authored by mattijs's avatar mattijs
Browse files

COMP: Allwmake : check for existence of Thirdparty

parent d70bd8ec
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment