[Cmake] VTK_WRAP_PYTHON2() in vtk40

Brad King brad.king at kitware.com
Mon, 23 Feb 2004 08:45:41 -0500


Yi-Yu Chou wrote:
> Dear all,
> 
> Does vtk 4.0 support the command of VTK_WRAP_PYTHON2() when running ccmake?
> or I must upgrade my vtk ?

VTK 4.0 depends on the old VTK_WRAP_PYTHON command that is built into
CMake.  VTK 4.2 and 4.4 use VTK_WRAP_PYTHON2, which is a dynamically
compiled and loaded command whose source comes with VTK.

-Brad