Skip to content
GitLab
Menu
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
131185f5
Commit
131185f5
authored
Aug 26, 2010
by
mattijs
Browse files
COMP: added checking on PV_PLUGIN_PATH
parent
d12b64a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/utilities/postProcessing/graphics/PV3Readers/Allwmake
View file @
131185f5
...
...
@@ -6,6 +6,13 @@ if [ -d "$ParaView_DIR" -a -r "$ParaView_DIR" ]
then
case
"
$ParaView_VERSION
"
in
3
*
|
git
)
if
[
!
-d
"
${
PV_PLUGIN_PATH
}
"
]
then
echo
"
$0
: PV_PLUGIN_PATH not a valid directory."
exit
1
fi
wmake libso vtkPV3Readers
PV3blockMeshReader/Allwmake
PV3FoamReader/Allwmake
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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