This 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.
错误提示为:
/usr/bin/ld: cannot find -lopencv_dep_cudart
cmake 的时候 -D CUDA_USE_STATIC_CUDA_RUNTIME=OFF
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.