[vtkusers] Building VTK without OpenGL

Bill Lorensen bill.lorensen at gmail.com
Wed Oct 21 14:58:24 EDT 2015


Ken,
Module_vtkIOExport:BOOL=ON

is the culprit it uses rendering. Do you need it in your app.
vtk_module(vtkIOExport
  GROUPS
    Rendering
  DEPENDS
    vtkCommonCore
    vtkRenderingAnnotation
    vtkRenderingContext2D
    vtkRenderingCore
    vtkRenderingFreeType
    ${opengl_depends}
    vtkRenderingLabel
    vtkRendering${VTK_RENDERING_BACKEND}
    vtkImagingCore


On Tue, Oct 20, 2015 at 9:01 PM, Ben Boeckel <ben.boeckel at kitware.com> wrote:
> On Tue, Oct 20, 2015 at 23:38:41 +0000, Moreland, Kenneth wrote:
>> Yup. For reference I attached my CMakeCache.txt.
>
> How about the output of CMake when you configure which contains the list
> of enabled modules?
>
> Is there a backtrace for where OpenGL is trying to be found from
> printed?
>
> --Ben
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers



-- 
Unpaid intern in BillsBasement at noware dot com


More information about the vtkusers mailing list