Skip to content

Commit cae9801

Browse files
committed
Removing mac os from specific supported OSes and modifyng paraview script to work on mac os-2
1 parent e2e9a25 commit cae9801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/build-third-party/build-paraview_new.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ mkdir -p $PARAVIEW_INSTALL_DIR/catalyst
6969
tar -xvzf $CATALYST_TGZ_FILE -C $DEST_DIR/catalyst --strip-components=1
7070
tar -Jxvf $PARAVIEW_TXZ_FILE -C $DEST_DIR --strip-components=1
7171
if [ $BDM_OS == "osx" ]; then
72-
if [ -d $BDM_PROJECT_DIR/build/third_party/qt ]
72+
if [ -d $BDM_PROJECT_DIR/build/third_party/qt ]; then
7373
export Qt5_DIR=$BDM_PROJECT_DIR/build/third_party/qt
7474
else
7575
export Qt5_DIR=$(brew --prefix qt5)/lib/cmake/Qt5

0 commit comments

Comments
 (0)