Merge pull request #1663 from vpisarev:ocl_experiments3

This commit is contained in:
Andrey Pavlenko
2013-10-29 11:14:15 +04:00
committed by OpenCV Buildbot
25 changed files with 5654 additions and 443 deletions

View File

@@ -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)