[vtkusers] vtkLocal - CMakeLists.txt and pkgIndex.tcl inconsistency
David Netherway
david.netherway at adelaide.edu.au
Mon Feb 24 21:54:58 EST 2003
CVS from last Thursday and CMake1.6 install version on Win2000.
The CMakeLists.txt files for building vtkLocal requires the TCL libs for
success:
SET(vtkLocal_LIBS
vtkCommon
vtkCommonTCL
vtkFiltering
vtkFilteringTCL
}
But the following line in pkgIndex.tcl also appends TCL
package require -exact "${kit}TCL" {4.3}
so execution fails through looking for vtkFilteringTCLTCL for example.
I imagine that the TCL extension should not be needed in the CMakeLists.txt
file.
Cheers, David
More information about the vtkusers
mailing list