Skip to content

Commit

Permalink
Try removing new dlpack logic
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Dec 12, 2023
1 parent 912fd8b commit 870e2c7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python/cudf/cudf/_lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ target_link_libraries(strings_udf PUBLIC cudf_strings_udf)

link_to_pyarrow_headers("${RAPIDS_CYTHON_CREATED_TARGETS}")

set(targets_using_dlpack interop)
foreach(target IN LISTS targets_using_dlpack)
target_include_directories(${target} PRIVATE "${DLPACK_INCLUDE_DIR}")
endforeach()

add_subdirectory(cpp)
add_subdirectory(io)
add_subdirectory(nvtext)
Expand Down

0 comments on commit 870e2c7

Please sign in to comment.