Skip to content
Snippets Groups Projects
Commit 8b614d4a authored by Mark OLESEN's avatar Mark OLESEN
Browse files

CONFIG: incorrect Qt5 detect (csh variant)

- bump to ParaView 5.5.1
parent 7602e04c
No related merge requests found
......@@ -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
......
......@@ -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
......
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