diff --git a/Code/Mantid/CMakeLists.txt b/Code/Mantid/CMakeLists.txt
index 080c03e26da061eff62e73561f21f0da547bdbbf..21a132a1ba4b7c03bcdd1e825121d5a1d17c5955 100644
--- a/Code/Mantid/CMakeLists.txt
+++ b/Code/Mantid/CMakeLists.txt
@@ -23,6 +23,11 @@ set ( CPACK_PACKAGE_NAME "mantid${CPACK_PACKAGE_SUFFIX}" )
 ###########################################################################
 find_package ( Qt4 COMPONENTS QtCore QtGui QtOpenGL QtXml QtSvg Qt3Support REQUIRED )
 
+###########################################################################
+# Set ParaView information since later items depend on it
+###########################################################################
+include ( ParaViewSetup )
+
 ###########################################################################
 # Set paths to Third_Party for Windows builds
 ###########################################################################