FindCUDA: Do not use CUDA_nppicom_LIBRARY in CUDA 11.0+
Extend the change from !4929 (merged) to also not use the CUDA_nppicom_LIBRARY
variable.
Original Description
Currently, with CUDA 11.0+ FindCUDA script returns such an error:
CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: CUDA_nppicom_LIBRARY (ADVANCED)
Issue: #20845 (closed)
Backport: release
Topic-rename: FindCUDA-nppicom
Edited by Brad King