Skip to content

Commit

Permalink
Update cpp/CMakeLists.txt
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Harris <[email protected]>
  • Loading branch information
robertmaynard and harrism authored Jul 21, 2021
1 parent 59a11ca commit c4a9254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -537,8 +537,8 @@ endif()
# The CUDA::cuda_driver is needed due to JITIFY sources which
# directly call the cuda driver API
if(NOT TARGET CUDA::cuda_driver)
message(FATAL_ERROR "cudf requires `libcuda.so` to be built.
This commonly occurs when trying to build cudf from a container without the NVIDIA runtime loaded.")
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)

Expand Down

0 comments on commit c4a9254

Please sign in to comment.