Skip to content

Commit

Permalink
pull the right branch of raft
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarghi-nv committed Oct 11, 2024
1 parent 7676b5d commit afef793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/cmake/thirdparty/get_raft.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# limitations under the License.
#=============================================================================

set(WHOLEGRAPH_MIN_VERSION_raft "${RAPIDS_VERSION}.00")
set(WHOLEGRAPH_BRANCH_VERSION_raft "${RAPIDS_VERSION}")
set(WHOLEGRAPH_MIN_VERSION_raft "${RAPIDS_VERSION_MAJOR}.${RAPIDS_VERSION_MINOR}.00")
set(WHOLEGRAPH_BRANCH_VERSION_raft "${RAPIDS_VERSION_MAJOR}.${RAPIDS_VERSION_MINOR}")

function(find_and_configure_raft)

Expand Down

0 comments on commit afef793

Please sign in to comment.