mirror of
https://github.com/opencv/opencv.git
synced 2026-09-15 07:29:07 -05:00
fixed some more compile bugs (including Python bindings)
This commit is contained in:
@@ -12,7 +12,10 @@ if(WIN32 AND NOT PYTHON_EXECUTABLE)
|
||||
)
|
||||
endforeach()
|
||||
endif()
|
||||
find_host_package(PythonInterp 2.7)
|
||||
if(NOT PYTHONINTERP_FOUND)
|
||||
find_host_package(PythonInterp "${MIN_VER_PYTHON}")
|
||||
endif()
|
||||
|
||||
unset(HAVE_SPHINX CACHE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user