[vtkusers] Building VTK 5.0 on Windows
Raffi Enficiaud
Raffi.ENFICIAUD at cmm.ensmp.fr
Mon Feb 13 09:15:30 EST 2006
Hello,
I had the same problem. An (ugly and stupid) workaround to make CMake work
is as the following:
The problem occurs at line 4 of the file
"Wrapping/Tcl/vtkDetermineTkResources.cmake" and CMake doesn't know the
command "VTK_GET_TCL_TK_VERSION".
Just before that line, add the following command :
"INCLUDE(${VTK_SOURCE_DIR}/CMake/vtkTclTkMacros.cmake)"
which actually does contain the needed command.
This seems to fix the CMake problem.
Regards,
R.
_____
Raffi Enficiaud
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20060213/caa63be2/attachment.htm>
More information about the vtkusers
mailing list