From f130938bedb331abe94e01cf9c82b63f4199d8b8 Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Tue, 22 Jun 2021 12:01:36 -0400 Subject: [PATCH] Use the 21.08 branch of rapids-cmake as rmm requires it --- cpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index ae0b524689f..5db9a939945 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -19,7 +19,7 @@ include(FetchContent) FetchContent_Declare( rapids-cmake GIT_REPOSITORY https://github.com/rapidsai/rapids-cmake.git - GIT_TAG origin/branch-21.06 + GIT_TAG origin/branch-21.08 ) FetchContent_MakeAvailable(rapids-cmake)