Skip to content

Correct the automatic paths produced for windows_path.bat and unix_path.sh.

David Kügler requested to merge dkuegler/vtk:update-cmake-path-script into master

I was trying to use the ${VTK_BINARY_DIR}/windows_path.bat to initalize my environment in such a way, that I could import vtk in Python on a Windows machine via "import vtk".
This did not work. Using http://www.vtk.org/Wiki/VTK/Tutorials/PythonEnvironmentSetup as a reference, I added ${VTK_BINARY_DIR}/Wrapping/Python to both WINDOWS and UNIX environments, I also deleted ${CMAKE_LIBRARY_OUTPUT_DIRECTORY} from the Windows PATHs, as that folder only contains the folders listed earlier (Debug, Release). RelWithDebInfo and RelMinSize are added as comments

David Kügler david.kuegler@gris.informatik.tu-darmstadt.de

Merge request reports