From 53a19b3caa2921a8a91b1c791bc0c04d075cd952 Mon Sep 17 00:00:00 2001 From: Dante Gama Dessavre Date: Sun, 3 Mar 2024 15:09:34 -0600 Subject: [PATCH] FIX remove static raft target for wheels in c api --- cpp/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index d3fde890a..b18e4ff0b 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -322,7 +322,6 @@ if(BUILD_C_LIBRARY) cuvs::cuvs PRIVATE $<$:raft::raft> - $<$:raft::compiled_static> ) # ensure CUDA symbols aren't relocated to the middle of the debug build binaries