Skip to content

Commit

Permalink
Fix no such file dlpack.h error when build libcudf (rapidsai#7549)
Browse files Browse the repository at this point in the history
close rapidsai#7548

Authors:
  - @chenrui17

Approvers:
  - Keith Kraus (@kkraus14)

URL: rapidsai#7549
  • Loading branch information
chenrui17 authored and hyperbolic2346 committed Mar 23, 2021
1 parent 4d1812f commit e10fc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/cmake/thirdparty/CUDF_GetDLPack.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

function(find_and_configure_dlpack VERSION)
if(DLPACK_INCLUDE)
set(DLPACK_INCLUDE_DIR "${DLPACK_INCLUDE_DIR}" PARENT_SCOPE)
set(DLPACK_INCLUDE_DIR "${DLPACK_INCLUDE}" PARENT_SCOPE)
return()
endif()
find_path(DLPACK_INCLUDE_DIR "dlpack"
Expand Down

0 comments on commit e10fc49

Please sign in to comment.