From e3244123a3021f52f1374fdafedbd8f37546d112 Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Tue, 7 Jan 2025 11:55:06 -0800 Subject: [PATCH] Support raft's logger targets (#557) rapidsai/raft#2530 added new targets that we need to make global in cuvs's CMake as well. Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Bradley Dice (https://github.com/bdice) URL: https://github.com/rapidsai/cuvs/pull/557 --- cpp/cmake/thirdparty/get_raft.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/cmake/thirdparty/get_raft.cmake b/cpp/cmake/thirdparty/get_raft.cmake index 5def74f4b..2e57df84e 100644 --- a/cpp/cmake/thirdparty/get_raft.cmake +++ b/cpp/cmake/thirdparty/get_raft.cmake @@ -39,7 +39,7 @@ function(find_and_configure_raft) # Invoke CPM find_package() #----------------------------------------------------- rapids_cpm_find(raft ${PKG_VERSION} - GLOBAL_TARGETS raft::raft + GLOBAL_TARGETS raft::raft raft::raft_logger raft::raft_logger_impl BUILD_EXPORT_SET cuvs-exports INSTALL_EXPORT_SET cuvs-exports COMPONENTS ${RAFT_COMPONENTS}