X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6c686f5c734739033f848b8009c9b825b7aa9c1d..dd40e2bc0779499a16698dba0e632a020ecb6db3:/buildtools/Cross/Mingw.cmake?ds=sidebyside diff --git a/buildtools/Cross/Mingw.cmake b/buildtools/Cross/Mingw.cmake deleted file mode 100644 index 14a8165313..0000000000 --- a/buildtools/Cross/Mingw.cmake +++ /dev/null @@ -1,14 +0,0 @@ -# cmake -DCMAKE_TOOLCHAIN_FILE=buildtools/Cross/Mingw.cmake .. - -set (CMAKE_SYSTEM_NAME Windows) -set (CMAKE_SYSTEM_PROCESSOR x86_64) - -set (CMAKE_C_COMPILER /usr/bin/x86_64-w64-mingw32-gcc-win32) -set (CMAKE_CXX_COMPILER /usr/bin/x86_64-w64-mingw32-g++-win32) -set (CMAKE_Fortran_COMPILER /usr/bin/x86_64-w64-mingw32-gfortran-win32) - -set (CMAKE_FIND_ROOT_PATH /usr/lib/gcc/x86_64-w64-mingw32/ /usr/i686-w64-mingw32/) - -set (CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER) -set (CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) -set (CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)