1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00

Perf tests for Video IO on WInRT fixed.

This commit is contained in:
Alexander Smorkalov
2013-03-28 00:01:52 -07:00
parent 09bc99a0c0
commit c6cab50c5c
2 changed files with 7 additions and 5 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
set(CMAKE_SYSTEM_NAME Windows) # WindowsRT breaks cmake 2.8.10.2 and earler
set(CMAKE_SYSTEM_PROCESSOR "arm")
set(CMAKE_SYSTEM_NAME Windows)
set(CMAKE_SYSTEM_PROCESSOR "arm-v7a")
set(CMAKE_REQUIRED_DEFINITIONS -D_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE)
add_definitions(-D_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE)