Skip to content

Commit

Permalink
Merge pull request #23 from thewtex/opengl-preference-variable
Browse files Browse the repository at this point in the history
cmake: Fix OpenGL_GL_PREFERENCE variable name
  • Loading branch information
jcfr committed Oct 24, 2018
2 parents b16b084 + b9aff36 commit d84a0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -75,7 +75,7 @@ if(VTKPythonPackage_SUPERBUILD)
endif()

# Set the possible values of build type for cmake-gui
set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "LEGACY" "GLVND")
set_property(CACHE OpenGL_GL_PREFERENCE PROPERTY STRINGS "LEGACY" "GLVND")
endif()

option(VTK_OPENGL_HAS_OSMESA "Use OSMesa for offscreen rendering" OFF)
Expand Down

0 comments on commit d84a0a9

Please sign in to comment.