Skip to content

Commit

Permalink
Append rpath
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Aug 20, 2024
1 parent 7f96a97 commit 2c3e70b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/cuvs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ if(NOT cuvs_FOUND)
"$ORIGIN/../nvidia/cusparse/lib"
"$ORIGIN/../nvidia/nvjitlink/lib"
)
set_property(TARGET cuvs PROPERTY INSTALL_RPATH ${rpaths})
set_property(TARGET cuvs_c PROPERTY INSTALL_RPATH ${rpaths})
set_property(TARGET cuvs PROPERTY INSTALL_RPATH ${rpaths} APPEND)
set_property(TARGET cuvs_c PROPERTY INSTALL_RPATH ${rpaths} APPEND)
endif()

set(cython_lib_dir cuvs)
Expand Down

0 comments on commit 2c3e70b

Please sign in to comment.