Update nvtx. (#10227)

This commit is contained in:
Jiaming Yuan
2024-04-29 06:33:46 +08:00
committed by GitHub
parent 837d44a345
commit 5e64276a9b
3 changed files with 4 additions and 9 deletions

View File

@@ -59,7 +59,6 @@ endif()
target_sources(testxgboost PRIVATE ${TEST_SOURCES} ${xgboost_SOURCE_DIR}/plugin/example/custom_obj.cc)
if(USE_CUDA AND PLUGIN_RMM)
find_package(CUDA)
target_include_directories(testxgboost PRIVATE ${CUDA_INCLUDE_DIRS})
endif()