From 10d746791e22e815dc11c0990f800f6979b35a3a Mon Sep 17 00:00:00 2001 From: Chuck Hastings Date: Tue, 20 Jul 2021 11:34:23 -0400 Subject: [PATCH] revert cuco to latest dev branch, issues should be fixed --- 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 b9542a42f26..009a6642415 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 0b672bbde7c85a79df4d7ca5f82e15e5b4a57700 + GIT_TAG dev OPTIONS "BUILD_TESTS OFF" "BUILD_BENCHMARKS OFF" "BUILD_EXAMPLES OFF"