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:
@@ -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)
|
||||
Reference in New Issue
Block a user