CONFIG: ignore possible compilation errors in modules
- now treating as an optional component
This commit is contained in:
parent
59933555d8
commit
8d1f32641c
5
Allwmake
5
Allwmake
@ -77,7 +77,12 @@ if [ -d "$WM_PROJECT_DIR/modules" ]
|
|||||||
then
|
then
|
||||||
echo "========================================"
|
echo "========================================"
|
||||||
echo "Compile OpenFOAM modules"
|
echo "Compile OpenFOAM modules"
|
||||||
|
echo " ignoring possible compilation errors"
|
||||||
|
echo " make certain to check the output file"
|
||||||
echo
|
echo
|
||||||
|
set +e
|
||||||
|
export WM_CONTINUE_ON_ERROR=true
|
||||||
|
|
||||||
(cd "$WM_PROJECT_DIR/modules" 2>/dev/null && wmake -all)
|
(cd "$WM_PROJECT_DIR/modules" 2>/dev/null && wmake -all)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user