diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index dd8cd6f4b2..3be28f0768 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-0.20 + GIT_TAG origin/branch-21.06 ) FetchContent_MakeAvailable(rapids-cmake) include(rapids-cmake)