Skip to content
Snippets Groups Projects
Commit 8d1f3264 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

CONFIG: ignore possible compilation errors in modules

- now treating as an optional component
parent 59933555
Branches
Tags
No related merge requests found
......@@ -77,7 +77,12 @@ if [ -d "$WM_PROJECT_DIR/modules" ]
then
echo "========================================"
echo "Compile OpenFOAM modules"
echo " ignoring possible compilation errors"
echo " make certain to check the output file"
echo
set +e
export WM_CONTINUE_ON_ERROR=true
(cd "$WM_PROJECT_DIR/modules" 2>/dev/null && wmake -all)
fi
......
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