|
@@ -5,10 +5,10 @@ set(CMAKE_SYSTEM_NAME Windows)
|
|
|
# It downloads and builds MinGW and most of the dependencies for you.
|
|
|
# You can use the toolchain file generated by MXE called `mxe-conf.cmake'
|
|
|
# or you can use this file by adjusting the above and following paths.
|
|
|
-set(CMAKE_C_COMPILER /opt/mingw/usr/bin/i686-pc-mingw32-gcc)
|
|
|
-set(CMAKE_CXX_COMPILER /opt/mingw/usr/bin/i686-pc-mingw32-g++)
|
|
|
-set(CMAKE_RC_COMPILER /opt/mingw/usr/bin/i686-pc-mingw32-windres)
|
|
|
-set(CMAKE_FIND_ROOT_PATH /opt/mingw/usr/i686-pc-mingw32)
|
|
|
+set(CMAKE_C_COMPILER i686-pc-mingw32-gcc)
|
|
|
+set(CMAKE_CXX_COMPILER i686-pc-mingw32-g++)
|
|
|
+set(CMAKE_RC_COMPILER i686-pc-mingw32-windres)
|
|
|
+set(CMAKE_FIND_ROOT_PATH i686-pc-mingw32)
|
|
|
|
|
|
# Adjust the default behaviour of the FIND_XXX() commands:
|
|
|
# search headers and libraries in the target environment, search
|