blacklisted 'tracking' due to some linking problem
authorAlexander Mordvintsev <Alexander.Mordvintsev@transas.com>
Thu, 21 Aug 2014 14:45:50 +0000 (18:45 +0400)
committerAlexander Mordvintsev <Alexander.Mordvintsev@transas.com>
Thu, 21 Aug 2014 14:45:50 +0000 (18:45 +0400)
modules/python/common.cmake

index 92b9c08..7f17ad9 100644 (file)
@@ -17,6 +17,7 @@ ocv_list_filterout(candidate_deps "^opencv_cud(a|ev)")
 ocv_list_filterout(candidate_deps "^opencv_matlab$")
 ocv_list_filterout(candidate_deps "^opencv_ts$")
 ocv_list_filterout(candidate_deps "^opencv_adas$")
+ocv_list_filterout(candidate_deps "^opencv_tracking$")
 
 ocv_add_module(${MODULE_NAME} BINDINGS OPTIONAL ${candidate_deps})