1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

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
+3 -1
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()