Skip to content

Link CUDA::cudart to pmt-nvidia

Bram Veenboer requested to merge fix-cmake-nvidia into master

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.

Merge request reports