mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: added checking on PV_PLUGIN_PATH
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user