Skip to content

FindCUDAToolkit: Remove unneeded dependencies on the cuda driver

The nvrtc-builtins and nvptxcompiler projects don't required linking to the cuda driver. We previously did this due to reading the upstream documentation incorrectly.

Merge request reports