From 337fd3d0fa044c053d6d86e912b13a89128a713e Mon Sep 17 00:00:00 2001 From: Seunghwa Kang <45857425+seunghwak@users.noreply.github.com> Date: Wed, 2 Jun 2021 10:52:00 -0400 Subject: [PATCH] cuco git tag update (#243) Update cuco git tag Authors: - Seunghwa Kang (https://github.com/seunghwak) Approvers: - Brad Rees (https://github.com/BradReesWork) - Dante Gama Dessavre (https://github.com/dantegd) URL: https://github.com/rapidsai/raft/pull/243 --- 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 a255793285f..d87e83f5111 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::cuco CPM_ARGS GIT_REPOSITORY https://github.com/NVIDIA/cuCollections.git - GIT_TAG 7678a5ecaa192b8983b02a0191a140097171713e + GIT_TAG 8fce363b40254f4170d97eaedcb12fc8e84e1b74 OPTIONS "BUILD_TESTS OFF" "BUILD_BENCHMARKS OFF" "BUILD_EXAMPLES OFF"