Skip to content

Commit

Permalink
Fix include line for io/numpy.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Nov 28, 2022
1 parent 0c60819 commit c83ff55
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 c83ff55

Please sign in to comment.