[vtk-developers] getting rid of instantiators

John Biddiscombe jbiddiscombe at skippingmouse.co.uk
Wed Aug 14 19:47:33 EDT 2002


I used to do this...

SET(VTK_MAKE_INSTANTIATOR 0)

and also 

REMOVE(
  ${Common_SRCS}
  vtkInstantiator
)

etc

but now these instantiators are being created regardless of my settings. Is there a correct procedure for not creating them or should I add a #ifdef VTK_MAKE_INSTANTIATOR around the creation in the cmakelists files

thanks

JB





More information about the vtk-developers mailing list