From b6e16af7b6e97ec18543aa5674f07ce0cf96b8a7 Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Tue, 16 Jan 2024 10:04:31 -0800 Subject: [PATCH] Find UCXX in `raft-dask`'s `CMakeLists.txt` --- python/raft-dask/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/python/raft-dask/CMakeLists.txt b/python/raft-dask/CMakeLists.txt index 9ebf67dc9d..07b04db4a8 100644 --- a/python/raft-dask/CMakeLists.txt +++ b/python/raft-dask/CMakeLists.txt @@ -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.