From 97b1963fd7540adb173466a346dc936ac810239b Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Thu, 16 Nov 2006 15:29:46 -0500 Subject: ENH: added to handle case in very old odd versions of VTK --- Modules/VTKCompatibility.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Modules/VTKCompatibility.cmake b/Modules/VTKCompatibility.cmake index c0e03ed..23f8e92 100644 --- a/Modules/VTKCompatibility.cmake +++ b/Modules/VTKCompatibility.cmake @@ -17,3 +17,5 @@ SET(VTK_GLXEXT_FILE "${VTK_SOURCE_DIR}/Utilities/ParseOGLExt/headers/glxext.h" C SET(VTK_WGLEXT_FILE "${VTK_SOURCE_DIR}/Utilities/ParseOGLExt/headers/wglext.h" CACHE FILEPATH "Location of the WGL extensions header file (wglext.h).") +# work around an old bug in VTK +SET(TIFF_RIGHT_VERSION 1) -- cgit v0.12