Skip to content

Commit

Permalink
Update RAFT_NVTX
Browse files Browse the repository at this point in the history
  • Loading branch information
lowener committed Jan 24, 2024
1 parent 0a00ed8 commit 5b59a52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/cmake/thirdparty/get_raft.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ function(find_and_configure_raft)
"BUILD_TESTS OFF"
"BUILD_PRIMS_BENCH OFF"
"BUILD_ANN_BENCH OFF"
"RAFT_NVTX ${PKG_ENABLE_NVTX}"
"RAFT_COMPILE_LIBRARY ${PKG_COMPILE_LIBRARY}"
)
endfunction()
Expand All @@ -58,4 +59,5 @@ find_and_configure_raft(VERSION ${RAFT_VERSION}.00
PINNED_TAG ${RAFT_PINNED_TAG}
COMPILE_LIBRARY ON
ENABLE_MNMG_DEPENDENCIES OFF
ENABLE_NVTX OFF
)

0 comments on commit 5b59a52

Please sign in to comment.