Skip to content

Commit

Permalink
Remove Thrust from GLOBAL_TARGETS.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Dec 7, 2023
1 parent c3b7afc commit af815d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rapids-cmake/cpm/cccl.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function(rapids_cpm_cccl)

include("${rapids-cmake-dir}/cpm/find.cmake")
rapids_cpm_find(CCCL ${version} ${ARGN}
GLOBAL_TARGETS CCCL CCCL::CCCL CCCL::Thrust CCCL::CUB CCCL::libcudacxx
GLOBAL_TARGETS CCCL CCCL::CCCL CCCL::CUB CCCL::libcudacxx
CPM_ARGS FIND_PACKAGE_ARGUMENTS EXACT
GIT_REPOSITORY ${repository}
GIT_TAG ${tag}
Expand Down

0 comments on commit af815d3

Please sign in to comment.