summaryrefslogtreecommitdiff
path: root/Modules/VTKCompatibility.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-03-13 13:11:50 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2006-03-13 13:11:50 -0500
commit009b3cbb127109e94ab111fc89f4038016eb0a71 (patch)
treea425f50b40433d623f76d59bb33d5a8a3efa172f /Modules/VTKCompatibility.cmake
parent7f5222d400ab7f2d95099933abeee769bc23b38c (diff)
downloadcmake-009b3cbb127109e94ab111fc89f4038016eb0a71.tar.gz
ENH: add backwards compatibility fix for more aggressive find_path command
Diffstat (limited to 'Modules/VTKCompatibility.cmake')
-rw-r--r--Modules/VTKCompatibility.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/Modules/VTKCompatibility.cmake b/Modules/VTKCompatibility.cmake
index 2cb1d7685d..c0e03ed10a 100644
--- a/Modules/VTKCompatibility.cmake
+++ b/Modules/VTKCompatibility.cmake
@@ -10,3 +10,10 @@ SET(VTKFREETYPE_BINARY_DIR "${VTK_BINARY_DIR}/Utilities/freetype" CACHE INTERNAL
SET(VTKFTGL_SOURCE_DIR "${VTK_SOURCE_DIR}/Utilities/ftgl" CACHE INTERNAL "")
SET(VTKFREETYPE_SOURCE_DIR "${VTK_SOURCE_DIR}/Utilities/freetype" CACHE INTERNAL "")
+SET(VTK_GLEXT_FILE "${VTK_SOURCE_DIR}/Utilities/ParseOGLExt/headers/glext.h" CACHE FILEPATH
+ "Location of the OpenGL extensions header file (glext.h).")
+SET(VTK_GLXEXT_FILE "${VTK_SOURCE_DIR}/Utilities/ParseOGLExt/headers/glxext.h" CACHE FILEPATH
+ "Location of the GLX extensions header file (glxext.h).")
+SET(VTK_WGLEXT_FILE "${VTK_SOURCE_DIR}/Utilities/ParseOGLExt/headers/wglext.h" CACHE FILEPATH
+ "Location of the WGL extensions header file (wglext.h).")
+