'adas' extra module doesn't produce .lib on windows (causes link error)
authorAlexander Mordvintsev <zzznah@gmail.com>
Sun, 27 Jul 2014 13:41:12 +0000 (17:41 +0400)
committerAlexander Mordvintsev <zzznah@gmail.com>
Sun, 27 Jul 2014 13:41:12 +0000 (17:41 +0400)
modules/python/CMakeLists.txt

index 57a8ed7..c41d19a 100644 (file)
@@ -23,6 +23,8 @@ foreach(mp ${OPENCV_MODULES_PATH} ${OPENCV_EXTRA_MODULES_PATH})
     endforeach(m)
 endforeach(mp)
 ocv_list_filterout(candidate_deps "^opencv_cud(a|ev)")
+ocv_list_filterout(candidate_deps "^opencv_adas$")
+
 
 ocv_add_module(python BINDINGS OPTIONAL ${candidate_deps})