MantisBT - VTK
View Issue Details
0000685VTK(No Category)public2004-03-18 08:462007-08-28 14:25
Jean Favre 
Ken Martin 
highminoralways
closedfixed 
 
 
0000685: Unknown CMake command VTK_MAKE_INSTANTIATOR2
Examples/Build/vtkLocal does not build anymore because it does not know INSTANTIATOR2

Can you clean it up to make it work again?
TIA.
No tags attached.
Issue History
2007-08-28 14:24Zack GalbreathProject@11@ => VTK
2007-08-28 14:25Zack GalbreathAssigned ToDavid Rogers => Ken Martin
2007-08-28 14:25Zack GalbreathStatus@30@ => closed
2007-08-28 14:25Zack GalbreathResolutionwon't fix => fixed
2007-08-28 14:25Zack GalbreathSummaryGoodsite => Unknown CMake command VTK_MAKE_INSTANTIATOR2
2007-08-28 14:25Zack GalbreathNote Deleted: 0008256
2011-06-16 13:11Zack GalbreathCategory => (No Category)

Notes
(0000779)
Goodwin Lawlor   
2004-03-18 11:32   
I just changed VTK_MAKE_INSTANTIATOR2 to VTK_MAKE_INSTANTIATOR and it worked OK. I see that in the main vtk source tree, VTK_MAKE_INSTANTIATOR3 is used in the Cmakelists.txt's. The cmake documentation says that "VTK_MAKE_INSTANTIATOR: Deprecated. For use only in VTK 4.0." so maybe the "3" one is better or else some other alternative.
(0000780)
Brad King   
2004-03-18 13:03   
This command is in the middle of being replaced with a macro (the '3' version) right now. The code was checked in only a few days ago. It will be fixed as part of the normal development cycle.