Skip to content

Commit

Permalink
Test commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed May 12, 2022
1 parent 38779ec commit e45413b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rapids-cmake/cython/create_modules.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function(rapids_cython_create_modules)
install(TARGETS ${cython_module} DESTINATION ${RAPIDS_CYTHON_INSTALL_DIR})

# Default the INSTALL_RPATH for all modules to $ORIGIN.
set_target_properties(${cython_module} PROPERTIES INSTALL_RPATH "\$ORIGIN")
#set_target_properties(${cython_module} PROPERTIES INSTALL_RPATH "\$ORIGIN")

list(APPEND CREATED_TARGETS "${cython_module}")
endforeach()
Expand Down

0 comments on commit e45413b

Please sign in to comment.