From f7a8b98d9af9384bc74260f7e494b2ff8a4b5963 Mon Sep 17 00:00:00 2001 From: Rick Ratzel Date: Wed, 28 Jul 2021 12:56:47 -0500 Subject: [PATCH] Pinning cuco to a specific commit hash for release. --- 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 cc723c0bc7..1bfac473d5 100644 --- a/cpp/cmake/thirdparty/get_cuco.cmake +++ b/cpp/cmake/thirdparty/get_cuco.cmake @@ -26,7 +26,7 @@ function(find_and_configure_cuco VERSION) INSTALL_EXPORT_SET raft-exports CPM_ARGS GIT_REPOSITORY https://github.com/NVIDIA/cuCollections.git - GIT_TAG dev + GIT_TAG b1fea0cbe4c384160740af00f7c8760846539abb OPTIONS "BUILD_TESTS OFF" "BUILD_BENCHMARKS OFF" "BUILD_EXAMPLES OFF"