8000 disable precompiled headers · lineCode/opencv-python@07c9d59 · GitHub
[go: up one dir, main page]

Skip to content

Commit 07c9d59

Browse files
committed
disable precompiled headers
1 parent afb6715 commit 07c9d59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ def main():
9696

9797
if sys.platform.startswith('linux'):
9898
cmake_args.append("-DWITH_V4L=ON")
99+
cmake_args.append("-DENABLE_PRECOMPILED_HEADERS=OFF")
99100

100101
if all(v in os.environ for v in ('JPEG_INCLUDE_DIR', 'JPEG_LIBRARY')):
101102
cmake_args += [

0 commit comments

Comments
 (0)
0