Difficulties to separate VTK_INSTALL_LIB_DIR and VTK_INSTALL_TCL_DIR
This issue was created automatically from an original Mantis Issue. Further discussion may take place here.
Following situation on a linux machine:
CMAKE_INSTALL_PREFIX:PATH=/usr VTK_INSTALL_LIB_DIR:PATH=/lib VTK_INSTALL_PACKAGE_DIR:PATH=/lib/vtk-5.2
This puts all the libraries into /usr/lib like expected.
But the problem is that it also puts a file (pkgIndex.tcl) and folder (tcl) into this directory.
It is not possible to install the tcl package into anothother location.