summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2021-05-13 21:32:13 +0200
committerStanislaw Halik <sthalik@misaki.pl>2021-05-14 17:40:30 +0200
commit47ac764e6f49b40f3c49be1164d1c58c715a2af8 (patch)
treedf5008e98575b2589f1f3f371c3e61d6341ec860
parent0d92f98042b395fe45bd4f8d73de209153d3c72d (diff)
cmake/msvc: fix opencv build
-rw-r--r--cmake/msvc.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/msvc.cmake b/cmake/msvc.cmake
index 4c688226..f810ac4d 100644
--- a/cmake/msvc.cmake
+++ b/cmake/msvc.cmake
@@ -4,6 +4,7 @@
SET(CMAKE_SYSTEM_NAME Windows)
SET(CMAKE_SYSTEM_VERSION 5.01)
+set(CMAKE_SYSTEM_PROCESSOR x86)
# search for programs in the host directories
SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)