Skip to content

Commit

Permalink
Fix raft git ref (#2032)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjacobelli authored Jan 24, 2022
1 parent 4032f34 commit 12b53c8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cpp/cmake/thirdparty/get_raft.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ set(CUGRAPH_BRANCH_VERSION_raft "${CUGRAPH_VERSION_MAJOR}.${CUGRAPH_VERSION_MINO
# To use a different RAFT locally, set the CMake variable
# RPM_raft_SOURCE=/path/to/local/raft
find_and_configure_raft(VERSION ${CUGRAPH_MIN_VERSION_raft}
# FORK rapidsai
# PINNED_TAG branch-${CUGRAPH_BRANCH_VERSION_raft}
FORK robertmaynard
PINNED_TAG refactor_cmake_raft_target_logic
FORK rapidsai
PINNED_TAG branch-${CUGRAPH_BRANCH_VERSION_raft}
)

0 comments on commit 12b53c8

Please sign in to comment.