Skip to content

Commit

Permalink
cudf now sets an install rpath of $ORIGIN
Browse files Browse the repository at this point in the history
This corrects issues where a conda installed version of cudf can't
find other conda installed libraries such as arrow.
  • Loading branch information
robertmaynard committed Apr 5, 2021
1 parent f9f1789 commit 86150ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ add_library(cudf

set_target_properties(cudf
PROPERTIES BUILD_RPATH "\$ORIGIN"
INSTALL_RPATH "\$ORIGIN"
# set target compile options
CXX_STANDARD 14
CXX_STANDARD_REQUIRED ON
Expand Down

0 comments on commit 86150ea

Please sign in to comment.