Skip to content

Commit

Permalink
Adjusting raft hash to current RAFT head
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolet committed Mar 26, 2021
1 parent a741349 commit 3f6217d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ else(DEFINED ENV{RAFT_PATH})
set(RAFT_DIR ${CMAKE_CURRENT_BINARY_DIR}/raft CACHE STRING "Path to RAFT repo")

ExternalProject_Add(raft
GIT_REPOSITORY https://github.com/cjnolet/raft.git
GIT_TAG 7bffddfe69aaa370d2affb2b1bb4bf7735589c1f
GIT_REPOSITORY https://github.com/rapidsai/raft.git
GIT_TAG df0a96016fef6afbdf90c7ee2307f9cd959b007a
PREFIX ${RAFT_DIR}
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
Expand Down

0 comments on commit 3f6217d

Please sign in to comment.