From e2d5b8e8401e2209d5ec8d645f03d892c6f7b799 Mon Sep 17 00:00:00 2001 From: Dante Gama Dessavre Date: Sun, 3 Mar 2024 14:47:15 -0600 Subject: [PATCH] FIX use static raft target for wheels --- cpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 71bdec702..3ec11e411 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -223,7 +223,7 @@ if(NOT BUILD_CPU_ONLY) $<$>:raft::compiled> PRIVATE $<$:raft::raft> - $<$:raft::compiled> + $<$:raft::compiled_static> nvidia::cutlass::cutlass ) endif()