[CMake] Explicitly link with CCCL (standalone or CTK) (#10624)

This commit is contained in:
Philip Hyunsu Cho
2024-07-23 18:42:54 -07:00
committed by GitHub
parent 7949a8d5f4
commit 411c8466bd
3 changed files with 21 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ command_wrapper="tests/ci_build/ci_build.sh gpu_build_rockylinux8 --build-arg "`
echo "--- Build libxgboost from the source"
$command_wrapper tests/ci_build/build_via_cmake.sh \
-DCMAKE_PREFIX_PATH="/opt/grpc;/opt/rmm" \
-DCMAKE_PREFIX_PATH="/opt/grpc;/opt/rmm;/opt/rmm/lib64/rapids/cmake" \
-DUSE_CUDA=ON \
-DUSE_OPENMP=ON \
-DHIDE_CXX_SYMBOLS=ON \