Build Python 3 bindings in subdirectory
authorMichael Pratt <michael@pratt.im>
Thu, 7 Aug 2014 04:21:42 +0000 (00:21 -0400)
committerarc <arc@cthulhu>
Thu, 7 Aug 2014 04:21:42 +0000 (00:21 -0400)
commit7d41ce23a757b56d6b4c96d741f9a4b175606a70
treef760b4f942d054d396aac7412b1a69f1d4965e3a
parentd921cde4d2ee72533896ef971e8e30d2ce33806a
Build Python 3 bindings in subdirectory

Build the Python 3 cv2 module in lib/python3/, to avoid potential naming
conflicts with the Python 2 bindings.

The Python 2 bindings are placed directly in lib/, where they are
required for the Buildbot to successfully execute the Python tests.
modules/python/common.cmake
modules/python/python2/CMakeLists.txt
modules/python/python3/CMakeLists.txt