1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

cmake: backport CUDA scripts

This commit is contained in:
Alexander Alekhin
2020-07-08 07:28:40 +00:00
parent 950a916952
commit e0f9eac521
3 changed files with 143 additions and 30 deletions
@@ -82,9 +82,6 @@
# error "Insufficient Cuda Runtime library version, please update it."
# endif
# if defined(CUDA_ARCH_BIN_OR_PTX_10)
# error "OpenCV CUDA module doesn't support NVIDIA compute capability 1.0"
# endif
#endif
//! @cond IGNORED