Skip to content

Commit

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

Authors:
  - @chenrui17

Approvers:
  - Keith Kraus (@kkraus14)

URL: #7549
  • Loading branch information
chenrui17 authored Mar 10, 2021
1 parent 2d055c3 commit 35f3f70
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 35f3f70

Please sign in to comment.