Skip to content

Commit

Permalink
Fix R path
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Dec 28, 2023
1 parent 4a51ba1 commit ede91be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ci_build/build_r_pkg_with_cuda_win64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mv xgboost/ xgboost_rpack/

mkdir build
cd build
cmake .. -G"Visual Studio 17 2022" -A x64 -DUSE_CUDA=ON -DR_LIB=ON -DLIBR_HOME="c:\\Program Files\\R\\R-3.6.3"
cmake .. -G"Visual Studio 17 2022" -A x64 -DUSE_CUDA=ON -DR_LIB=ON -DLIBR_HOME="c:\\Program Files\\R\\R-4.3.2"
cmake --build . --config Release --parallel
cd ..

Expand Down

0 comments on commit ede91be

Please sign in to comment.