Skip to content

Commit

Permalink
python: set rpaths in Python modules
Browse files Browse the repository at this point in the history
  • Loading branch information
mathstuf committed May 15, 2019
1 parent 31ff67e commit 11a950d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ if (VTK_WRAP_PYTHON)
MODULES ${vtk_modules}
INSTALL_EXPORT VTK
PYTHON_PACKAGE "vtkmodules"
LIBRARY_DESTINATION "${CMAKE_INSTALL_LIBDIR}"
MODULE_DESTINATION "${VTK_PYTHON_SITE_PACKAGES_SUFFIX}"
CMAKE_DESTINATION "${vtk_cmake_destination}"
INSTALL_HEADERS "${VTK_INSTALL_SDK}"
Expand Down

0 comments on commit 11a950d

Please sign in to comment.