Skip to content

Commit

Permalink
Fix one outstanding missing usage of link_to_pyarrow_headers
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Dec 12, 2023
1 parent 870e2c7 commit 3b24626
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions python/cudf/cudf/_lib/io/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,4 @@ rapids_cython_create_modules(
LINKED_LIBRARIES "${linked_libraries}" MODULE_PREFIX io_ ASSOCIATED_TARGETS cudf
)

foreach(target IN LISTS RAPIDS_CYTHON_CREATED_TARGETS)
target_include_directories(${target} PRIVATE "${Python_NumPy_INCLUDE_DIRS}")
target_include_directories(${target} PRIVATE "${PYARROW_INCLUDE_DIR}")
endforeach()
link_to_pyarrow_headers("${RAPIDS_CYTHON_CREATED_TARGETS}")

0 comments on commit 3b24626

Please sign in to comment.