Skip to content

Commit 6408c8e

Browse files
committed
pin raft
1 parent d877a92 commit 6408c8e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cpp/cmake/thirdparty/get_raft.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# =============================================================================
22
# cmake-format: off
3-
# SPDX-FileCopyrightText: Copyright (c) 2023-2025, NVIDIA CORPORATION.
3+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026, NVIDIA CORPORATION.
44
# SPDX-License-Identifier: Apache-2.0
55
# cmake-format: on
66

@@ -60,8 +60,8 @@ endfunction()
6060
# To use a different RAFT locally, set the CMake variable
6161
# CPM_raft_SOURCE=/path/to/local/raft
6262
find_and_configure_raft(VERSION ${RAFT_VERSION}.00
63-
FORK ${RAFT_FORK}
64-
PINNED_TAG ${RAFT_PINNED_TAG}
63+
FORK aamijar
64+
PINNED_TAG pca-row-major
6565
ENABLE_MNMG_DEPENDENCIES OFF
6666
ENABLE_NVTX OFF
6767
BUILD_STATIC_DEPS ${CUVS_STATIC_RAPIDS_LIBRARIES}

0 commit comments

Comments
 (0)