projects
/
platform
/
upstream
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ab3b89
)
'adas' extra module doesn't produce .lib on windows (causes link error)
author
Alexander Mordvintsev
<zzznah@gmail.com>
Sun, 27 Jul 2014 13:41:12 +0000
(17:41 +0400)
committer
Alexander Mordvintsev
<zzznah@gmail.com>
Sun, 27 Jul 2014 13:41:12 +0000
(17:41 +0400)
modules/python/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/modules/python/CMakeLists.txt
b/modules/python/CMakeLists.txt
index
57a8ed7
..
c41d19a
100644
(file)
--- a/
modules/python/CMakeLists.txt
+++ b/
modules/python/CMakeLists.txt
@@
-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})