Removed OS name from MinGW files.

master
Camilla Berglund ago%!(EXTRA string=13 years)
parent aa328c0bbd
commit ddc4d5e8a2
  1. 2
      CMake/README.txt
  2. 0
      CMake/amd64-mingw32msvc.cmake
  3. 0
      CMake/i586-mingw32msvc.cmake
  4. 0
      CMake/i686-pc-mingw32.cmake
  5. 0
      CMake/i686-w64-mingw32.cmake
  6. 0
      CMake/x86_64-w64-mingw32.cmake

@ -11,7 +11,7 @@ To use these files you add a special parameter when configuring the source tree:
For example, to use the Debian GNU/Linux MinGW package, run CMake like this: For example, to use the Debian GNU/Linux MinGW package, run CMake like this:
cmake -DCMAKE_TOOLCHAIN_FILE=CMake/linux-i586-mingw32msvc.cmake . cmake -DCMAKE_TOOLCHAIN_FILE=CMake/i586-mingw32msvc.cmake .
For more details see this article: For more details see this article:

Loading…
Cancel
Save