diff --git a/cpp/cmake/thirdparty/get_cucollections.cmake b/cpp/cmake/thirdparty/get_cucollections.cmake index b2e70ebaddc..2512597b28f 100644 --- a/cpp/cmake/thirdparty/get_cucollections.cmake +++ b/cpp/cmake/thirdparty/get_cucollections.cmake @@ -16,12 +16,8 @@ function(find_and_configure_cucollections) - if(TARGET cuco::cuco) - return() - endif() - # Find or install cuCollections - CPMFindPackage(NAME cuco + rapids_cpm_find(cuco 0.0 GLOBAL_TARGETS cuco::cuco CPM_ARGS GITHUB_REPOSITORY NVIDIA/cuCollections