Skip to content

FindCUDA: Do not use CUDA_nppicom_LIBRARY in CUDA 11.0+

Oleksii Udod requested to merge oleksii.udod/cmake:fix_FindCUDA_nppicom into master

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

Merge request reports