We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c29b50 commit cd7fd86Copy full SHA for cd7fd86
bindings/pyroot/cppyy/CPyCppyy/CMakeLists.txt
@@ -118,6 +118,7 @@ set_property(GLOBAL APPEND PROPERTY ROOT_EXPORTED_TARGETS cppyy)
118
if(NOT MSVC)
119
# Make sure that relative RUNPATH to main ROOT libraries is always correct.
120
ROOT_APPEND_LIBDIR_TO_INSTALL_RPATH(cppyy ${CMAKE_INSTALL_PYTHONDIR})
121
+ ROOT_APPEND_LIBDIR_TO_INSTALL_RPATH(CPyCppyy ${CMAKE_INSTALL_LIBDIR})
122
endif()
123
124
# Install library
0 commit comments