Skip to content

Commit

Permalink
Find UCXX in raft-dask's CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Jan 16, 2024
1 parent 904ec1d commit b6e16af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/raft-dask/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ endif()

if(NOT raft_FOUND)
find_package(ucx REQUIRED)
find_package(ucxx REQUIRED)

# raft-dask doesn't actually use raft libraries, it just needs the headers, so we can turn off all
# library compilation and we don't need to install anything here.
Expand Down

0 comments on commit b6e16af

Please sign in to comment.