Skip to content

Commit c16e2e6

Browse files
committed
ios: don't force BUILD_opencv_world=OFF in case of excluded modules
1 parent 236ad4a commit c16e2e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

platforms/ios/build_framework.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ def getCMakeArgs(self, arch, target):
150150
] if self.debug_info else [])
151151

152152
if len(self.exclude) > 0:
153-
args += ["-DBUILD_opencv_world=OFF"] if not self.dynamic else []
154153
args += ["-DBUILD_opencv_%s=OFF" % m for m in self.exclude]
155154

156155
if len(self.disable) > 0:

0 commit comments

Comments
 (0)