diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-11-16 20:29:46 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-11-16 20:29:46 (GMT) |
commit | 97b1963fd7540adb173466a346dc936ac810239b (patch) | |
tree | 57f8f4756d59f1ef601fd03204c96a5d96341dbd /Modules | |
parent | 540d16384b3f454e802e561a159854302a7d290c (diff) | |
download | CMake-97b1963fd7540adb173466a346dc936ac810239b.zip CMake-97b1963fd7540adb173466a346dc936ac810239b.tar.gz CMake-97b1963fd7540adb173466a346dc936ac810239b.tar.bz2 |
ENH: added to handle case in very old odd versions of VTK
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/VTKCompatibility.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
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) |