Commit cdb6eb1
committed
fix(opencv): skip OpenCV Python detection (OPENCV_PYTHON_SKIP_DETECTION)
With the glibc LINK env fixed, cmake configure advances but errors in
OpenCVDetectPython: it finds xlings' python3 shim, reads an EMPTY PYTHON_VERSION_STRING,
and calls find_package with an invalid 'OFF' argument -> hard configure error. We
build no python bindings, so skip detection entirely (the module return()s early).1 parent 1ffbf86 commit cdb6eb1
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
225 | 231 | | |
226 | 232 | | |
227 | 233 | | |
| |||
0 commit comments