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)