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 branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,10 @@ wmakeCheckPwd "$WM_PROJECT_DIR" || { ...@@ -12,7 +12,10 @@ wmakeCheckPwd "$WM_PROJECT_DIR" || {
( cd wmake/src && make ) ( cd wmake/src && make )
# build ThirdParty sources # 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 # build OpenFOAM libraries and applications
src/Allwmake src/Allwmake
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment