We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eea880 commit 5ebf72aCopy full SHA for 5ebf72a
1 file changed
cmake/xgboost-config.cmake.in
@@ -13,7 +13,8 @@ if (XGBOOST_BUILD_STATIC_LIB)
13
find_dependency(OpenMP)
14
endif()
15
if(USE_CUDA)
16
- find_dependency(CUDA)
+ find_dependency(CUDAToolkit)
17
+ find_dependency(CCCL)
18
19
# nccl should be linked statically if xgboost is built as static library.
20
endif (XGBOOST_BUILD_STATIC_LIB)
0 commit comments