• Michael Pratt's avatar
    Build both Python 2 and Python 3 bindings · cac1218e
    Michael Pratt authored
    If both Python 2 and Python 3 are found, then build bindings for both of
    them during the build process.  Currently, one version of Python is
    detected automatically, and building for the other requires changes the
    CMake config.
    
    The largest chunk of this change generalizes OpenCVDetectPython.cmake to
    find both a Python 2 and Python 3 version of Python.  Secondly, the
    opencv_python module is split into two modules, opencv_python2 and
    opencv_python3.  Both are built from the same source. but for different
    versions of Python.
    cac1218e
Name
Last commit
Last update
..
android_lib Loading commit data...
android_test Loading commit data...
generator Loading commit data...
test Loading commit data...
CMakeLists.txt Loading commit data...
build.xml.in Loading commit data...
check-tests.py Loading commit data...