Skip to content

Commit

Permalink
fix libcu++ include path for jni(#6948)
Browse files Browse the repository at this point in the history
The include directory was renamed from `simt` to `cuda`.

Authors:
  - Rong Ou <[email protected]>

Approvers:
  - Jason Lowe

URL: #6948
  • Loading branch information
rongou authored Dec 9, 2020
1 parent 17c8f97 commit 83b1851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/src/main/native/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ find_path(CUB_INCLUDE "cub"
"${CUDF_CPP_BUILD_DIR}/_deps/thrust-src"
"$ENV{CONDA_PREFIX}/include")

find_path(LIBCUDACXX_INCLUDE "simt"
find_path(LIBCUDACXX_INCLUDE "cuda"
HINTS "$ENV{CUDF_ROOT}/_deps/libcudacxx-src/include"
"${CUDF_CPP_BUILD_DIR}/_deps/libcudacxx-src/include")

Expand Down

0 comments on commit 83b1851

Please sign in to comment.