Skip to content

Commit 0fcdd82

Browse files
authored
Update setup.py
1 parent 6fe61f9 commit 0fcdd82

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

setup.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,6 @@ def main():
162162
# Raw paths relative to sourcetree root.
163163
files_outside_package_dir = {"cv2": ["LICENSE.txt", "LICENSE-3RD-PARTY.txt"]}
164164

165-
ci_cmake_generator = (
166-
["-G", "Visual Studio 14" + (" Win64" if is64 else "")]
167-
if os.name == "nt"
168-
else ["-G", "Unix Makefiles"]
169-
)
170165

171166
cmake_args = (
172167
(ci_cmake_generator if is_CI_build else [])
@@ -195,7 +190,6 @@ def main():
195190
"-DBUILD_DOCS=OFF",
196191
"-DPYTHON3_LIMITED_API=ON",
197192
"-DBUILD_OPENEXR=ON",
198-
"-DWITH_OBSENSOR=OFF",
199193
]
200194
+ (
201195
# CMake flags for windows/arm64 build

0 commit comments

Comments
 (0)