Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
8d1f3264
Commit
8d1f3264
authored
May 19, 2020
by
Mark OLESEN
Browse files
CONFIG: ignore possible compilation errors in modules
- now treating as an optional component
parent
59933555
Changes
1
Hide whitespace changes
Inline
Side-by-side
Allwmake
View file @
8d1f3264
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment