Skip to content

Commit

Permalink
look for libcudf.so one dir up
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-b-miller committed Feb 21, 2023
1 parent 3a841de commit 473ac7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/cudf/udf_cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ target_include_directories(

set_target_properties(
cudf_strings_udf
PROPERTIES BUILD_RPATH "\$ORIGIN"
INSTALL_RPATH "\$ORIGIN"
PROPERTIES BUILD_RPATH "\$ORIGIN/../"
INSTALL_RPATH "\$ORIGIN/../"
CXX_STANDARD 17
CXX_STANDARD_REQUIRED ON
CUDA_STANDARD 17
Expand Down

0 comments on commit 473ac7a

Please sign in to comment.