Skip to content

Commit

Permalink
Support raft's logger targets (#4848)
Browse files Browse the repository at this point in the history
rapidsai/raft#2530 added new targets that we need to make global in cugraph's CMake as well.

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Chuck Hastings (https://github.com/ChuckHastings)

URL: #4848
  • Loading branch information
vyasr authored Jan 7, 2025
1 parent 8fbcbab commit b4f592e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/cmake/thirdparty/get_raft.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#=============================================================================
# Copyright (c) 2022-2024, NVIDIA CORPORATION.
# Copyright (c) 2022-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.
Expand Down Expand Up @@ -39,7 +39,7 @@ function(find_and_configure_raft)
endif()

rapids_cpm_find(raft ${PKG_VERSION}
GLOBAL_TARGETS raft::raft
GLOBAL_TARGETS raft::raft raft::raft_logger raft::raft_logger_impl
BUILD_EXPORT_SET cugraph-exports
INSTALL_EXPORT_SET cugraph-exports
COMPONENTS ${RAFT_COMPONENTS}
Expand Down

0 comments on commit b4f592e

Please sign in to comment.