From a6edf62469c44f5b50c3a4558a2167f7a89f46fe Mon Sep 17 00:00:00 2001 From: Alex Fender Date: Mon, 5 Apr 2021 18:14:03 -0500 Subject: [PATCH] Updating RAFT tag (#1509) There was a PR merged into RAFT today, updating to the most recent commit hash : f0cd81fb49638eaddc9bf18998cc894f292bc293. Authors: - Alex Fender (https://github.com/afender) Approvers: - Seunghwa Kang (https://github.com/seunghwak) - Brad Rees (https://github.com/BradReesWork) URL: https://github.com/rapidsai/cugraph/pull/1509 --- cpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 50a5d80d685..1997fd75dab 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -302,7 +302,7 @@ else(DEFINED ENV{RAFT_PATH}) FetchContent_Declare( raft GIT_REPOSITORY https://github.com/rapidsai/raft.git - GIT_TAG 6455e05b3889db2b495cf3189b33c2b07bfbebf2 + GIT_TAG f0cd81fb49638eaddc9bf18998cc894f292bc293 SOURCE_SUBDIR raft )