diff options
-rw-r--r-- | Help/release/dev/doc-compilers-dropped.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/release/dev/doc-compilers-dropped.rst b/Help/release/dev/doc-compilers-dropped.rst new file mode 100644 index 0000000..0bde632 --- /dev/null +++ b/Help/release/dev/doc-compilers-dropped.rst @@ -0,0 +1,10 @@ +doc-compilers-dropped +--------------------- + +* Support for building CMake itself with some compilers was dropped: + + * Visual Studio 7.1 and 2005 -- superseded by VS 2008 and above + * MinGW.org mingw32 -- superseded by MSYS2 mingw32 and mingw64 + + CMake still supports generating build systems for other projects using + these compilers. |