Add vtk-vtkpython.patch
This commit is contained in:
parent
4553fdbc55
commit
7aa000a6a2
1 changed files with 12 additions and 0 deletions
12
vtk-vtkpython.patch
Normal file
12
vtk-vtkpython.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
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()
|
||||
Loading…
Add table
Add a link
Reference in a new issue