Skip to content

Commit

Permalink
Merge pull request #8894 from rapidsai/branch-21.08
Browse files Browse the repository at this point in the history
[gpuCI] Forward-merge branch-21.08 to branch-21.10 [skip gpuci]
  • Loading branch information
GPUtester authored Jul 29, 2021
2 parents 7032f47 + 2d7aa6c commit ecd1854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ if(NOT TARGET CUDA::cuda_driver)
message(FATAL_ERROR "Building libcudf requires `libcuda.so` to be present.
This error often occurs when trying to build libcudf from a container without the NVIDIA runtime loaded.")
endif()
target_link_libraries(cudf PRIVATE CUDA::cuda_driver)
target_link_libraries(cudf PUBLIC CUDA::cuda_driver)

# Add cuFile interface if available
if(TARGET cuFile::cuFile_interface)
Expand Down

0 comments on commit ecd1854

Please sign in to comment.