blob: adafba4d7577a430dc72e84d5fda1a3e21aa0390 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- python/pylibraft/CMakeLists.txt 2026-02-05 05:15:37.000000000 +0800
+++ python/pylibraft/CMakeLists.txt.new 2026-03-11 15:51:30.000339458 +0800
@@ -19,6 +19,10 @@
LANGUAGES CXX CUDA
)
+find_package(rapids_logger REQUIRED)
+find_package(nvtx3 REQUIRED)
+find_package(rmm REQUIRED)
+
# an installed version of raft contains the other necessary targets (like CCCL)
find_package(raft "${RAPIDS_VERSION}" REQUIRED COMPONENTS raft compiled)
|