Remove unnecessary link from vtkm_rendering to glfw

There is no code in the rendering library that uses GLFW. (GLFW is
currently only used directly by tests and examples.) This adds
unnecessary link dependencies that can only hurt us later.
This commit is contained in:
Kenneth Moreland 2016-10-22 16:03:16 -06:00
parent 285e594e7a
commit 797d30d7bb

@ -130,11 +130,6 @@ if(VTKm_OpenGL_FOUND)
list(APPEND headers ${egl_headers})
list(APPEND sources ${egl_sources})
endif()
vtkm_configure_component_GLFW()
if(VTKm_GLFW_FOUND)
list(APPEND headers ${glfw_headers})
endif()
endif()
if(VTKm_ENABLE_OSMESA AND NOT VTKm_OSMesa_FOUND)