Blob Blame History Raw
--- ParaView-3.4.0/CMakeLists.txt.qt	2008-09-12 07:33:51.000000000 -0600
+++ ParaView-3.4.0/CMakeLists.txt	2009-02-24 12:48:19.000000000 -0700
@@ -91,12 +91,7 @@
     # don't go greater than supported version
     STRING(REGEX MATCH "^4\\.3\\.[0-9]+" qt_version_tmp "${QTVERSION}")
     IF (NOT qt_version_tmp)
-      STRING(REGEX MATCH "^4\\.4\\.[0-9]+" qt_version4_4_tmp "${QTVERSION}")
-      IF (NOT qt_version4_4_tmp)
-        MESSAGE(SEND_ERROR "Qt ${QTVERSION} not supported.  Please use Qt 4.3 (you may need to clean your dirtied cache).")
-      ELSE (NOT qt_version4_4_tmp)
-        MESSAGE("WARNING: You are using Qt ${QTVERSION}. Officially supported version is Qt 4.3")
-      ENDIF (NOT qt_version4_4_tmp)
+      MESSAGE("WARNING: You are using Qt ${QTVERSION}. Officially supported version is Qt 4.3")
     ENDIF (NOT qt_version_tmp)
     # enforce Carbon in VTK for Qt/Mac
     IF(Q_WS_MAC)