Skip to content

Commit

Permalink
Remove nvtx raft cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
lowener committed Jan 24, 2024
1 parent a2138e8 commit 0a00ed8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpp/cmake/thirdparty/get_raft.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ 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 @@ -59,5 +58,4 @@ 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 0a00ed8

Please sign in to comment.