From 1f7c3fb4c8aec835ba1972dff21a6a8f776426f4 Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Mon, 6 Jan 2025 15:15:54 -0800 Subject: [PATCH 1/2] Support raft's logger targets --- 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 3240c730c5..9f49191f50 100644 --- a/cpp/cmake/thirdparty/get_raft.cmake +++ b/cpp/cmake/thirdparty/get_raft.cmake @@ -43,7 +43,7 @@ function(find_and_configure_raft) message(VERBOSE "CUML: raft FIND_PACKAGE_ARGUMENTS COMPONENTS ${RAFT_COMPONENTS}") rapids_cpm_find(raft ${PKG_VERSION} - GLOBAL_TARGETS raft::raft + GLOBAL_TARGETS raft::raft raft::raft_logger raft::raft_logger_impl BUILD_EXPORT_SET cuml-exports INSTALL_EXPORT_SET cuml-exports COMPONENTS ${RAFT_COMPONENTS} From 096157adcf836f178964a9d30421e47c1ee820ef Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Mon, 6 Jan 2025 15:29:01 -0800 Subject: [PATCH 2/2] Style --- 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 9f49191f50..3773e94d51 100644 --- a/cpp/cmake/thirdparty/get_raft.cmake +++ b/cpp/cmake/thirdparty/get_raft.cmake @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.