Skip to content

Commit

Permalink
Go back to only setting the install rpath.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed May 11, 2022
1 parent ed3da85 commit f67d648
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rapids-cmake/cython/create_modules.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ function(rapids_cython_create_modules)

# Fixup RPATH.
set_target_properties(${cython_module} PROPERTIES INSTALL_RPATH "\$ORIGIN")
set_target_properties(${cython_module} PROPERTIES BUILD_RPATH "\$ORIGIN")

# Compute the install directory relative to the source and rely on installs being relative to
# the CMAKE_PREFIX_PATH for e.g. editable installs.
Expand Down

0 comments on commit f67d648

Please sign in to comment.