You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ 60%] Linking CXX executable test_cvmatio
/usr/bin/ld: cannot find -lopencv_dep_cudart
collect2: error: ld returned 1 exit status
CMakeFiles/test_cvmatio.dir/build.make:146: recipe for target 'test_cvmatio'
failed
make[2]: *** [test_cvmatio] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/test_cvmatio.dir/all'
failed
make[1]: *** [CMakeFiles/test_cvmatio.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
It seems that the reason is -lopencv_dep_cudart, so how can I remove this compile option? Or is there any method that I could seccussfully build this project?
Thank you very much!
The text was updated successfully, but these errors were encountered:
It seems that the reason is
-lopencv_dep_cudart
, so how can I remove this compile option? Or is there any method that I could seccussfully build this project?Thank you very much!
The text was updated successfully, but these errors were encountered: