CUDA: When linking device code suppress CUDA 8.0+ deprecation warnings
requested to merge robertmaynard/cmake:cuda_suppress_deprecated-gpu-targets_on_device_linking into master
The CUDA compiler automatic deprecation warnings are pure noise when doing device linking, and should be suppressed to reduce the amount of confusion from users.
Topic-rename: cuda-dlink-no-deprecated-gpu
Edited by Brad King