Merge branch 'master' into python2and3

This commit is contained in:
arc
2014-08-07 01:01:11 -04:00
149 changed files with 926 additions and 594 deletions

View File

@@ -2,7 +2,9 @@
# CMake file for python support
# ----------------------------------------------------------------------------
if(WIN32 AND CMAKE_BUILD_TYPE STREQUAL "Debug")
if((WIN32 AND CMAKE_BUILD_TYPE STREQUAL "Debug")
OR BUILD_opencv_world
)
ocv_module_disable(python2)
ocv_module_disable(python3)
endif()