[vtkusers] VTK_WRAP_TCL2
Mathieu Malaterre
mathieu.malaterre at gmail.com
Thu Feb 19 06:19:16 EST 2009
On Wed, Feb 18, 2009 at 6:13 PM, Barry Hathaway <bhathaw1 at nycap.rr.com> wrote:
> I'm in the process of upgrading an old project from VTK 4.4 to the latest
> VTK and
> I'm having problems with several CMake files. They contain a call to the
> CMake
> extension VTK_WRAP_TCL2 which was removed from VTK at about 5.0.
> Would someone tell me the history behind VTK_WRAP_TCL2 such as what it
> was used for, why it was removed, and what is used as its replacement. I
> can't
> seem to find any documentation on it. Thanks.
>
You are missing:
INCLUDE(${VTK_CMAKE_DIR}/vtkWrapTcl.cmake)
I have a single cmakelists.txt that handle VTK 4.2 to VTK CVS in GDCM fine:
http://gdcm.svn.sourceforge.net/viewvc/gdcm/trunk/Utilities/VTK/CMakeLists.txt?view=log
2cts
--
Mathieu
More information about the vtkusers
mailing list