ENH: added to handle case in very old odd versions of VTK

This commit is contained in:
Ken Martin 2006-11-16 15:29:46 -05:00
parent 540d16384b
commit 97b1963fd7
1 changed files with 2 additions and 0 deletions

View File

@ -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)