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

OCV option ENABLE_DYNAMIC_CUDA mistake fix.

This commit is contained in:
Alexander Smorkalov
2013-12-23 14:42:00 +04:00
parent 58e7d9f32f
commit 51d3138dff
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
if(NOT DYNAMIC_CUDA_SUPPORT)
if(NOT ENABLE_DYNAMIC_CUDA)
ocv_module_disable(dynamicuda)
endif()