mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 03:30:34 +08:00
ae279966c2
add cuDNN dependency and setup build for cuda4dnn (#14660) * update cmake for cuda4dnn - Adds FindCUDNN - Adds new options: * WITH_CUDA * OPENCV_DNN_CUDA - Adds CUDA4DNN preprocessor symbol for the DNN module * FIX: append EXCLUDE_CUDA instead of overwrite * remove cuDNN dependency for user apps * fix unused variable warning
8 lines
166 B
CMake
8 lines
166 B
CMake
set(MIN_VER_CMAKE 3.5.1)
|
|
set(MIN_VER_CUDA 6.5)
|
|
set(MIN_VER_CUDNN 6)
|
|
set(MIN_VER_PYTHON2 2.7)
|
|
set(MIN_VER_PYTHON3 3.2)
|
|
set(MIN_VER_ZLIB 1.2.3)
|
|
set(MIN_VER_GTK 2.18.0)
|