blob: c2a64b27b0da01158129e614d04f00c1e0abfee7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- python/raft-dask/CMakeLists.txt 2025-10-09 01:49:47.000000000 +0800
+++ python/raft-dask/CMakeLists.txt.new 2025-10-09 16:15:12.137115515 +0800
@@ -26,7 +26,11 @@
)
rapids_cpm_init()
-include(cmake/thirdparty/get_ucxx.cmake)
+find_package(rapids_logger REQUIRED)
+find_package(rmm REQUIRED)
+find_package(ucxx REQUIRED)
+find_package(cuco REQUIRED)
+find_package(nvtx3 REQUIRED)
# why these components:
#
|