Skip to content

Commit

Permalink
Revert changes overriding rapids-cmake repo. (#1209)
Browse files Browse the repository at this point in the history
PR #1177 was merged a little too early when CI passed due to the presence of a `/merge` comment and sufficient approvals. This reverts a temporary change to the rapids-cmake repo that is no longer needed because rapidsai/rapids-cmake#368 has been merged.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Robert Maynard (https://github.com/robertmaynard)

URL: #1209
  • Loading branch information
bdice authored Feb 13, 2023
1 parent db92493 commit c9c83ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 0 additions & 4 deletions python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c9c83ab

Please sign in to comment.