Skip to content

Commit

Permalink
Move UCXX to raft-distributed-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Jan 12, 2024
1 parent 170a87a commit 904ec1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/cmake/thirdparty/get_ucxx.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ function(find_and_configure_ucxx)

rapids_cpm_find(ucxx ${PKG_VERSION}
GLOBAL_TARGETS ucxx::ucxx
BUILD_EXPORT_SET raft-exports
INSTALL_EXPORT_SET raft-exports
BUILD_EXPORT_SET raft-distributed-exports
INSTALL_EXPORT_SET raft-distributed-exports
CPM_ARGS
GIT_REPOSITORY https://github.com/rapidsai/ucxx.git
GIT_TAG ${PKG_PINNED_TAG}
Expand Down

0 comments on commit 904ec1d

Please sign in to comment.