Skip to content

Commit

Permalink
FIX remove static raft target for wheels in c api
Browse files Browse the repository at this point in the history
  • Loading branch information
dantegd committed Mar 3, 2024
1 parent 198f462 commit 53a19b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ if(BUILD_C_LIBRARY)
cuvs::cuvs
PRIVATE
$<$<BOOL:${CUDA_STATIC_RUNTIME}>:raft::raft>
$<$<BOOL:${CUDA_STATIC_RUNTIME}>:raft::compiled_static>
)

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

0 comments on commit 53a19b3

Please sign in to comment.