MantisBT - VTK
View Issue Details
0002881VTK(No Category)public2006-02-14 11:032016-08-12 09:54
Raffi Enficiaud 
Will Schroeder 
lowminoralways
closedmoved 
 
 
0002881: SNL: CMake fails at creating VTK project on Windows
The problem occurs when the 3 following conditions are met:

WIN32 & (NOT BORLAND) & (NOT CYGWIN)

The problem is due to the file
Wrapping/Tcl/vtkDetermineTkResources.cmake

where the function VTK_GET_TCL_TK_VERSION is unknown. A way to workaround this is adding the following line just before the first occurence of VTK_GET_TCL_TK_VERSION (line 4)

INCLUDE(${VTK_SOURCE_DIR}/CMake/vtkTclTkMacros.cmake)
No tags attached.
Issue History
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:54Kitware RobotNote Added: 0036826
2016-08-12 09:54Kitware RobotStatusexpired => closed
2016-08-12 09:54Kitware RobotResolutionopen => moved

Notes
(0003801)
Sander Niemeijer   
2006-02-23 04:28   
More information about this this issue can be found in the vtkusers mailinglist archive: http://public.kitware.com/pipermail/vtkusers/2006-February/083812.html [^]
(0036826)
Kitware Robot   
2016-08-12 09:54   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.