Skip to content

Commit

Permalink
Also add build path in Python bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
tobre1 committed Mar 21, 2024
1 parent 34046bf commit 4cf0740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ add_custom_target(${PROJECT_NAME} ALL)
# --------------------------------------------------------------------------------------------------------

set(CMAKE_MACOSX_RPATH ON)
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH ON)

if(NOT APPLE)
list(APPEND CMAKE_INSTALL_RPATH "$ORIGIN")
Expand Down

0 comments on commit 4cf0740

Please sign in to comment.