From eb5654746e7757c9cbf140404d44b637819fe26c Mon Sep 17 00:00:00 2001 From: Steven Hahn Date: Wed, 18 Mar 2015 14:35:22 -0400 Subject: [PATCH] Refs #7363. Change compatible paraview version. --- Code/Mantid/Build/CMake/ParaViewSetup.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Mantid/Build/CMake/ParaViewSetup.cmake b/Code/Mantid/Build/CMake/ParaViewSetup.cmake index 857f7cce2dc6..06421815464c 100644 --- a/Code/Mantid/Build/CMake/ParaViewSetup.cmake +++ b/Code/Mantid/Build/CMake/ParaViewSetup.cmake @@ -1,7 +1,7 @@ # This file will setup some common items that later setups depend on # Set the version of ParaView that is compatible with the Mantid code base -set ( COMPATIBLE_PARAVIEW_VERSION "4.2.0" ) +set ( COMPATIBLE_PARAVIEW_VERSION "4.3.1" ) # Set the name of the OSX application as this tends to be different set ( OSX_PARAVIEW_APP "paraview.app" )