Skip to content

Commit

Permalink
fix no such file dlpack.h error when build libcudf
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui17 authored and chenrui17 committed Mar 10, 2021
1 parent 2e4b5a6 commit 5bd5e26
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 5bd5e26

Please sign in to comment.