MantisBT - VTK
View Issue Details
0001997VTK(No Category)public2005-06-29 21:202005-06-30 09:58
seanm 
Brad King 
normalmajoralways
closedfixed 
 
 
0001997: Wrapping Init executable locations not set in config
The locations of vtkWrapPythonInit and vtkWrapJavaInit executables are not set within VTKConfig.cmake. Without these locations being set, external projects cannot make use of the VTK_WRAP_PYTHON3 and VTK_WRAP_JAVA3 macros.
No tags attached.
Issue History
2011-06-16 13:11Zack GalbreathCategory => (No Category)

Notes
(0002571)
Brad King   
2005-06-30 09:58   
I'm assigning this bug to myself and have fixed it:

/cvsroot/VTK/VTK/CMakeLists.txt,v <-- CMakeLists.txt
new revision: 1.311; previous revision: 1.310
/cvsroot/VTK/VTK/VTKConfig.cmake.in,v <-- VTKConfig.cmake.in
new revision: 1.56; previous revision: 1.55
/cvsroot/VTK/VTK/vtkGenerateVTKConfig.cmake,v <-- vtkGenerateVTKConfig.cmake
new revision: 1.34; previous revision: 1.33

Note that there is no vtkWrapJavaInit executable. The second executable for Java is vtkParseJava and it is already installed and exported properly.