Merge pull request #3700 from MSOpenTech:winrt-cmake-contrib

This commit is contained in:
Vadim Pisarevsky
2015-03-03 12:52:02 +00:00
184 changed files with 8228 additions and 580 deletions

View File

@@ -9,7 +9,7 @@ if((WIN32 AND CMAKE_BUILD_TYPE STREQUAL "Debug")
ocv_module_disable(python3)
endif()
if(ANDROID OR IOS)
if(ANDROID OR IOS OR WINRT)
ocv_module_disable(python2)
ocv_module_disable(python3)
endif()