From 5b59a521e0cd978e94b77166717d8558fe101082 Mon Sep 17 00:00:00 2001 From: Mickael Ide Date: Wed, 24 Jan 2024 15:47:56 +0100 Subject: [PATCH] Update RAFT_NVTX --- cpp/cmake/thirdparty/get_raft.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpp/cmake/thirdparty/get_raft.cmake b/cpp/cmake/thirdparty/get_raft.cmake index 883607588..6a8feb2c6 100644 --- a/cpp/cmake/thirdparty/get_raft.cmake +++ b/cpp/cmake/thirdparty/get_raft.cmake @@ -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() @@ -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 )