Skip to content
Snippets Groups Projects
Commit 5c31d908 authored by Mark Olesen's avatar Mark Olesen Committed by Andrew Heather
Browse files

paraview build: use $WM_THIRD_PARTY_DIR

parent 1b13d6c4
Branches
Tags
No related merge requests found
......@@ -143,7 +143,7 @@ buildParaView ()
# set paraview environment
unset PARAVIEW_SRC_DIR
for i in $PWD $WM_PROJECT_INST_DIR
for i in $PWD $WM_THIRD_PARTY_DIR
do
if [ -d $i/$PARAVIEW_SRC ]
then
......@@ -155,7 +155,7 @@ buildParaView ()
[ -d "$PARAVIEW_SRC_DIR" ] || {
echo "did not find $PARAVIEW_SRC in these directories:"
echo " PWD=$PWD"
echo " WM_PROJECT_INST_DIR=$WM_PROJECT_INST_DIR"
echo " WM_THIRD_PARTY_DIR=$WM_THIRD_PARTY_DIR"
echo "abort build"
exit 1
}
......
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