From e1762f21d419cedca2dcf3207e41f1a711cb157d Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Thu, 9 Nov 2023 15:13:18 -0600 Subject: [PATCH] Revert rapids-cmake branch. (#316) Accidentally didn't commit this change in #314. --- cpp/cmake/fetch_rapids.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/cpp/cmake/fetch_rapids.cmake b/cpp/cmake/fetch_rapids.cmake index 26e915039e..2b6832a80c 100644 --- a/cpp/cmake/fetch_rapids.cmake +++ b/cpp/cmake/fetch_rapids.cmake @@ -11,8 +11,6 @@ # or implied. See the License for the specific language governing permissions and limitations under # the License. # ============================================================================= -set(rapids-cmake-repo vuule/rapids-cmake) -set(rapids-cmake-branch upgrade-nvcomp-3.0.0) if(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/KVIKIO_RAPIDS.cmake) file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-23.12/RAPIDS.cmake ${CMAKE_CURRENT_BINARY_DIR}/KVIKIO_RAPIDS.cmake