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_nppi_LIBRARY (ADVANCED)
参照https://www.cnblogs.com/xiaojianliu/p/9314202.html
被坑了好久,如果环境是cuda8.0不会有问题,或者新版本的opencv如4.0 也不会有问题
本文详细介绍了在使用特定版本的CUDA和OpenCV时遇到的CMake错误,即CUDA_nppi_LIBRARY变量设置为NOTFOUND的问题。通过调整CUDA和OpenCV版本,或正确设置CMake文件中的变量,可以解决这一问题。
1989

被折叠的 条评论
为什么被折叠?



