From bfe45fe38b99a882fb2225119b9ec96444480533 Mon Sep 17 00:00:00 2001 From: Brad Rees <34135411+BradReesWork@users.noreply.github.com> Date: Wed, 29 Sep 2021 17:15:15 -0400 Subject: [PATCH] Updating cuco to latest (#1859) updating cmake to use the latest cuco Authors: - Brad Rees (https://github.com/BradReesWork) Approvers: - Rick Ratzel (https://github.com/rlratzel) URL: https://github.com/rapidsai/cugraph/pull/1859 --- 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 d36df1d9eaa..35505a13812 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 b1fea0cbe4c384160740af00f7c8760846539abb + GIT_TAG a3c85ee2ea25ddfdd4596c6b9d546f7c7590743f OPTIONS "BUILD_TESTS OFF" "BUILD_BENCHMARKS OFF" "BUILD_EXAMPLES OFF"