Skip to content

Commit

Permalink
Revert RAPIDS.cmake changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Sep 22, 2023
1 parent d16dcea commit 0c59db0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RAPIDS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ endif()
# Allow users to control which GitHub repo is fetched
if(NOT rapids-cmake-repo)
# Define a default repo if the user doesn't set one
set(rapids-cmake-repo bdice/rapids-cmake)
set(rapids-cmake-repo rapidsai/rapids-cmake)
endif()

# Allow users to control which branch is fetched
if(NOT rapids-cmake-branch)
# Define a default branch if the user doesn't set one
set(rapids-cmake-branch "cccl-update-2.1.0")
set(rapids-cmake-branch "branch-${rapids-cmake-version}")
endif()

# Allow users to control the exact URL passed to FetchContent
Expand Down

0 comments on commit 0c59db0

Please sign in to comment.