[vtk-developers] Recent changes to factory mechansim

Bill Lorensen bill.lorensen at gmail.com
Sun Jun 24 15:54:38 EDT 2012


In trying to track down some segfaults in ITK's VtkGlue code, I discovered that
INCLUDE(${VTK_USE_FILE})
is required after
find_package(VTK REQUIRED)

Without INCLUDE(${VTK_USE_FILE}),
vtkRenderWindow::New() returns NULL;

Apparently, in the past, the INCLUDE(${VTK_USE_FILE}) must have been optional.

Is this correct?

Bill



More information about the vtk-developers mailing list