MinGWCrossCompile.cmake: fix cross builds with recent versions of CMake
[lmms/mlankhorst.git] / cmake / modules / Win64Toolchain.cmake
blob09c0c35ef6d23c857428a757243a0325c42ddb73
1 SET(MINGW_PREFIX /opt/mingw64)
2 SET(MINGW_PREFIX32 /opt/mingw32)
4 SET(CMAKE_SYSTEM_PROCESSOR x86_64)
5 SET(CMAKE_SYSTEM_PROCESSOR32 i686)
7 SET(WIN64 TRUE)
10 INCLUDE(MinGWCrossCompile)