Reduce dependencies between modules

This commit is contained in:
Maksim Shabunin
2017-03-13 18:53:52 +03:00
parent 246d3761ce
commit 9333f82be0
9 changed files with 7 additions and 17 deletions

View File

@@ -1,4 +1,6 @@
if(NOT ANT_EXECUTABLE)
if(NOT ANT_EXECUTABLE
OR NOT BUILD_opencv_imgcodecs
OR NOT BUILD_opencv_calib3d)
return()
endif()