CONFIG: incorrect Qt5 detect (csh variant)

- bump to ParaView 5.5.1
This commit is contained in:
Mark Olesen 2018-06-11 11:48:09 +02:00
parent 7602e04ca5
commit 8b614d4a46
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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