Merge pull request #1447 from sturkmen72:optional_dependencies
commit
a30fb44d61
4 changed files with 46 additions and 11 deletions
@ -1,4 +1,4 @@ |
||||
set(the_description "datasets framework") |
||||
ocv_define_module(datasets opencv_core opencv_imgcodecs opencv_ml opencv_flann opencv_text WRAP python) |
||||
ocv_define_module(datasets opencv_core opencv_imgcodecs opencv_ml opencv_flann OPTIONAL opencv_text WRAP python) |
||||
|
||||
ocv_warnings_disable(CMAKE_CXX_FLAGS /wd4267) # flann, Win64 |
||||
|
Loading…
Reference in new issue