diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-08-02 02:34:47 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-08-06 12:22:53 +0200 |
commit | 6060d7b60cce173fca2c76c857dfb33eabaf7b64 (patch) | |
tree | fb5cc2b6bb4fd2ca50df1326f5a84e94d31fbab7 /cmake | |
parent | f9217ca243eeadb0122d25000c8017095a884552 (diff) |
cmake: fix opencv build
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/msvc.cmake | 1 |
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) |