Skip to content

Commit

Permalink
Use rapids-cmake for downloading cuco.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Jul 19, 2022
1 parent 049f073 commit 9b9c2eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 35 deletions.
3 changes: 2 additions & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ rapids_cpm_init()

# Putting this before raft to override RAFT from pulling them in.
include(cmake/thirdparty/get_libcudacxx.cmake)
include(cmake/thirdparty/get_cuco.cmake)
include(${rapids-cmake-dir}/cpm/cuco.cmake)
rapids_cpm_cuco(BUILD_EXPORT_SET cudf-exports)

include(cmake/thirdparty/get_raft.cmake)

Expand Down
34 changes: 0 additions & 34 deletions cpp/cmake/thirdparty/get_cuco.cmake

This file was deleted.

0 comments on commit 9b9c2eb

Please sign in to comment.