diff options
author | Tony Theodore <tonyt@logyst.com> | 2018-03-20 19:31:40 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2018-03-20 19:31:40 (GMT) |
commit | 473f697ba37e2cfcbcd417bd6992e4f68e8cea66 (patch) | |
tree | db40e8a308332c996f0607b809d65342a99f0daa /src/cmake | |
parent | ed9dc43988916986214cda2643c8f7c21fda2ef5 (diff) | |
download | mxe-473f697ba37e2cfcbcd417bd6992e4f68e8cea66.zip mxe-473f697ba37e2cfcbcd417bd6992e4f68e8cea66.tar.gz mxe-473f697ba37e2cfcbcd417bd6992e4f68e8cea66.tar.bz2 |
Makefile and cmake-conf: set CMAKE_SYSTEM_PROCESSOR
Diffstat (limited to 'src/cmake')
-rw-r--r-- | src/cmake/conf/mxe-conf.cmake.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmake/conf/mxe-conf.cmake.in b/src/cmake/conf/mxe-conf.cmake.in index 8bd4cf1..6341b32 100644 --- a/src/cmake/conf/mxe-conf.cmake.in +++ b/src/cmake/conf/mxe-conf.cmake.in @@ -24,6 +24,7 @@ endif() ## General configuration set(CMAKE_SYSTEM_NAME Windows) +set(CMAKE_SYSTEM_PROCESSOR @PROCESSOR@) set(MSYS 1) set(CMAKE_EXPORT_NO_PACKAGE_REGISTRY ON) # Workaround for https://www.cmake.org/Bug/view.php?id=14075 |