From 708c319282a4fb82d459913c5f3b45811b385bc7 Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Tue, 16 Nov 2021 19:01:47 -0500 Subject: [PATCH] cugraph bring in the same cuco as raft and cudf (#1945) Authors: - Robert Maynard (https://github.com/robertmaynard) Approvers: - Chuck Hastings (https://github.com/ChuckHastings) URL: https://github.com/rapidsai/cugraph/pull/1945 --- cpp/cmake/thirdparty/get_cuco.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/cmake/thirdparty/get_cuco.cmake b/cpp/cmake/thirdparty/get_cuco.cmake index 9b364232af..eb521ceffa 100644 --- a/cpp/cmake/thirdparty/get_cuco.cmake +++ b/cpp/cmake/thirdparty/get_cuco.cmake @@ -20,7 +20,7 @@ function(find_and_configure_cuco VERSION) GLOBAL_TARGETS cuco::cuco CPM_ARGS GIT_REPOSITORY https://github.com/NVIDIA/cuCollections.git - GIT_TAG 729857a5698a0e8d8f812e0464f65f37854ae17b + GIT_TAG f0eecb203590f1f4ac4a9f1700229f4434ac64dc OPTIONS "BUILD_TESTS OFF" "BUILD_BENCHMARKS OFF" "BUILD_EXAMPLES OFF"