ENH: added to handle case in very old odd versions of VTK
This commit is contained in:
parent
540d16384b
commit
97b1963fd7
|
@ -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
|
SET(VTK_WGLEXT_FILE "${VTK_SOURCE_DIR}/Utilities/ParseOGLExt/headers/wglext.h" CACHE FILEPATH
|
||||||
"Location of the WGL extensions header file (wglext.h).")
|
"Location of the WGL extensions header file (wglext.h).")
|
||||||
|
|
||||||
|
# work around an old bug in VTK
|
||||||
|
SET(TIFF_RIGHT_VERSION 1)
|
||||||
|
|
Loading…
Reference in New Issue