Skip to content

FindCUDAToolkit: Add support for CUDA::nvrtc_static

CUDA 11.5 introduced the nvrtc_static library. Due to oversights I didn't notice this new library so adding support for it now.

The static linking rules are derived from the nvrtc build instructions at:

Merge request reports