diff --git a/etc/config.csh/paraview b/etc/config.csh/paraview index 19239e6980..7c10950c15 100644 --- a/etc/config.csh/paraview +++ b/etc/config.csh/paraview @@ -43,7 +43,7 @@ #------------------------------------------------------------------------------ # USER EDITABLE PART: Changes made here may be lost with the next upgrade -setenv ParaView_VERSION 5.5.0 +setenv ParaView_VERSION 5.5.1 set ParaView_QT=qt-system set cmake_version=cmake-system @@ -126,7 +126,7 @@ if ( $?ParaView_VERSION ) then set qtDir="$archDir/$ParaView_QT" if ( -d "$qtDir" ) then switch ($ParaView_QT) - case *-qt*: + case *-5*: setenv Qt5_DIR $qtDir breaksw endsw diff --git a/etc/config.sh/paraview b/etc/config.sh/paraview index 33a8b32755..194b1952a3 100644 --- a/etc/config.sh/paraview +++ b/etc/config.sh/paraview @@ -46,7 +46,7 @@ #------------------------------------------------------------------------------ # USER EDITABLE PART: Changes made here may be lost with the next upgrade -ParaView_VERSION=5.5.0 +ParaView_VERSION=5.5.1 ParaView_QT=qt-system cmake_version=cmake-system