13 lines
583 B
Diff
13 lines
583 B
Diff
|
diff -up VTK6.0.0/Wrapping/Python/CMakeLists.txt.vtkpython VTK6.0.0/Wrapping/Python/CMakeLists.txt
|
||
|
--- VTK6.0.0/Wrapping/Python/CMakeLists.txt.vtkpython 2013-06-12 13:47:10.000000000 -0600
|
||
|
+++ VTK6.0.0/Wrapping/Python/CMakeLists.txt 2013-07-26 16:44:19.954295281 -0600
|
||
|
@@ -371,3 +371,8 @@ endif()
|
||
|
|
||
|
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/setup.py.in
|
||
|
${CMAKE_CURRENT_BINARY_DIR}/setup.py @ONLY IMMEDIATE)
|
||
|
+
|
||
|
+if(NOT VTK_INSTALL_NO_RUNTIME AND NOT VTK_INSTALL_NO_PYTHON)
|
||
|
+ install(TARGETS vtkpython ${VTKPYTHON_EXECUTABLE}
|
||
|
+ DESTINATION ${VTK_INSTALL_RUNTIME_DIR})
|
||
|
+endif()
|