Skip to content

Commit

Permalink
Merge pull request #12250 from vyasr/fix/io_numpy_link
Browse files Browse the repository at this point in the history
Fix include line for IO Cython modules
  • Loading branch information
AyodeAwe authored Nov 29, 2022
2 parents 0c60819 + c83ff55 commit eb27104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/_lib/io/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ rapids_cython_create_modules(

set(targets_using_numpy io_datasource io_utils)
foreach(target IN LISTS targets_using_numpy)
target_include_directories(${target} PRIVATE "${Python_NumPy_INCLUDE_DIRS}")
target_include_directories(${target} PRIVATE "${NumPy_INCLUDE_DIRS}")
endforeach()

0 comments on commit eb27104

Please sign in to comment.