From 8b614d4a46e2c94be213835fca73277a0c4eaa05 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Mon, 11 Jun 2018 11:48:09 +0200 Subject: [PATCH] CONFIG: incorrect Qt5 detect (csh variant) - bump to ParaView 5.5.1 --- etc/config.csh/paraview | 4 ++-- etc/config.sh/paraview | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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