We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba2c80 commit e4cb78eCopy full SHA for e4cb78e
setup.py
@@ -158,7 +158,6 @@ def main():
158
# skbuild inserts PYTHON_* vars. That doesn't satisfy opencv build scripts in case of Py3
159
"-DPYTHON3_EXECUTABLE=%s" % sys.executable,
160
"-DPYTHON3_INCLUDE_DIR=%s" % python_include_dir,
161
- "-DPYTHON3_LIBRARY=%s" % python_lib_path,
162
"-DBUILD_opencv_python3=ON",
163
"-DBUILD_opencv_python2=OFF",
164
# Disable the Java build by default as it is not needed
0 commit comments