Skip to content

Commit

Permalink
Remove unnecessary CMake rpath entry
Browse files Browse the repository at this point in the history
Co-authored-by: Vyas Ramasubramani <[email protected]>
  • Loading branch information
pentschev and vyasr authored Nov 30, 2023
1 parent 7e0ad1b commit e55efdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,4 @@ add_subdirectory(ucxx/_lib)

if(DEFINED cython_lib_dir)
rapids_cython_add_rpath_entries(TARGET ucxx PATHS "${cython_lib_dir}")
rapids_cython_add_rpath_entries(TARGET ucxx_examples PATHS "${cython_lib_dir}")
endif()

0 comments on commit e55efdd

Please sign in to comment.