From 1ad79fd21f8b2f65bc7d49f03f0b9446fdfb63f3 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Mon, 13 Feb 2023 12:22:50 -0600 Subject: [PATCH] Revert changes overriding rapids-cmake repo. --- CMakeLists.txt | 4 ---- python/CMakeLists.txt | 4 ---- 2 files changed, 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b33ef5ad2..fcc0f5c90 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,10 +14,6 @@ cmake_minimum_required(VERSION 3.23.1 FATAL_ERROR) -# TODO(keith): REMOVE BEFORE MERGING -set(rapids-cmake-repo "kkraus14/rapids-cmake") -set(rapids-cmake-branch "spdlog_1.11_fmt") - if(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/RMM_RAPIDS.cmake) file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-23.04/RAPIDS.cmake ${CMAKE_CURRENT_BINARY_DIR}/RMM_RAPIDS.cmake) diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index 8bea660d8..705f40ac7 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -16,10 +16,6 @@ cmake_minimum_required(VERSION 3.23.1 FATAL_ERROR) set(rmm_version 23.04.00) -# TODO(keith): REMOVE BEFORE MERGING -set(rapids-cmake-repo "kkraus14/rapids-cmake") -set(rapids-cmake-branch "spdlog_1.11_fmt") - file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-23.04/RAPIDS.cmake ${CMAKE_BINARY_DIR}/RAPIDS.cmake) include(${CMAKE_BINARY_DIR}/RAPIDS.cmake)