Link CUDA::cudart to pmt-nvidia
pmt-nvidia
uses cudaGetDeviceProperties
and therefore needs to link to CUDA::cudart
. Without it, applications can still use pmt-nvidia
, but needs to link CUDA::cudart
themselves (if they didn't already do so). This is not very user friendly and therefore fixed.