Skip to content

Commit

Permalink
attempt to fix build error in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred committed Sep 26, 2024
1 parent 69d2398 commit 6c46624
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 @@ -667,6 +667,7 @@ if(BUILD_CUML_C_LIBRARY)
target_link_libraries(${CUML_C_TARGET}
PUBLIC
${CUML_CPP_TARGET}
PRIVATE cuvs::cuvs
)

# ensure CUDA symbols aren't relocated to the middle of the debug build binaries
Expand Down

0 comments on commit 6c46624

Please sign in to comment.