diff --git a/CMake/README.txt b/CMake/README.txt index 9581f832..96ac1905 100644 --- a/CMake/README.txt +++ b/CMake/README.txt @@ -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: diff --git a/CMake/linux-amd64-mingw32msvc.cmake b/CMake/amd64-mingw32msvc.cmake similarity index 100% rename from CMake/linux-amd64-mingw32msvc.cmake rename to CMake/amd64-mingw32msvc.cmake diff --git a/CMake/linux-i586-mingw32msvc.cmake b/CMake/i586-mingw32msvc.cmake similarity index 100% rename from CMake/linux-i586-mingw32msvc.cmake rename to CMake/i586-mingw32msvc.cmake diff --git a/CMake/linux-i686-pc-mingw32.cmake b/CMake/i686-pc-mingw32.cmake similarity index 100% rename from CMake/linux-i686-pc-mingw32.cmake rename to CMake/i686-pc-mingw32.cmake diff --git a/CMake/cygwin-i686-w64-mingw32.cmake b/CMake/i686-w64-mingw32.cmake similarity index 100% rename from CMake/cygwin-i686-w64-mingw32.cmake rename to CMake/i686-w64-mingw32.cmake diff --git a/CMake/cygwin-x86_64-w64-mingw32.cmake b/CMake/x86_64-w64-mingw32.cmake similarity index 100% rename from CMake/cygwin-x86_64-w64-mingw32.cmake rename to CMake/x86_64-w64-mingw32.cmake