【Linux】【Opencv】某些情况make编译出现ld cannot find -lopencv_dep_cudartJul 24, 2017#Linux46AI-generated summaryThis article discusses an error that occurs during the make compilation process in Linux and Opencv, where the ld cannot find -lopencv_dep_cudart. The solution is to use -D CUDA_USE_STATIC_CUDA_RUNTIME=OFF during cmake. 错误提示为: Copy/usr/bin/ld: cannot find -lopencv_dep_cudart cmake 的时候 -D CUDA_USE_STATIC_CUDA_RUNTIME=OFF000