Removed OS name from MinGW files.

This commit is contained in:
Camilla Berglund 2012-07-15 16:55:50 +02:00
parent aa328c0bbd
commit ddc4d5e8a2
6 changed files with 1 additions and 1 deletions

View File

@ -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:
cmake -DCMAKE_TOOLCHAIN_FILE=CMake/linux-i586-mingw32msvc.cmake .
cmake -DCMAKE_TOOLCHAIN_FILE=CMake/i586-mingw32msvc.cmake .
For more details see this article: