I guess I have a third question
The mail also mentions
- For object factories to work,
vtk_module_autoinit
should be used.
This generates the proper-D
flags for getting initialization to
work.
Will the CMake machinery still add automatic compile flags like -DvtkRenderingContext2D_AUTOINIT="1(vtkRenderingContextOpenGL2)"
, or must I do something manually with vtk_module_autoinit
myself?