From 009b3cbb127109e94ab111fc89f4038016eb0a71 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Mon, 13 Mar 2006 13:11:50 -0500 Subject: ENH: add backwards compatibility fix for more aggressive find_path command --- Modules/VTKCompatibility.cmake | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Modules/VTKCompatibility.cmake b/Modules/VTKCompatibility.cmake index 2cb1d76..c0e03ed 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).") + -- cgit v0.12