diff --git a/CMakeLists.txt b/CMakeLists.txt index c8c25739..1bbb01fd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -cmake_minimum_required(VERSION 3.8 FATAL_ERROR) +cmake_minimum_required(VERSION 3.12 FATAL_ERROR) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") diff --git a/README.md b/README.md index 9700191f..c30bf91f 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ as you can see by the images in the heading above! We do love green builds, and Requirements ------------ The server supports a wide range of operating systems, and various compiler platforms. -In order to do that, we use various free cross-platform libraries and use [CMake][19] to provide +In order to do that, we use various free cross-platform libraries and use [CMake][19] (v3.12+) to provide a cross-platform build system which adapts to your chosen operating system and compiler. Operating systems @@ -54,7 +54,7 @@ Compilers Building the server is currently possible with these compilers: * **[Microsoft Visual Studio][31] 32 bit and 64 bit.** All editions of Visual Studio -from 2015 upwards are officially supported. +from 2015 upwards are officially supported (although support for 2015 and 2017 are end of life.) * **[Clang][33]**, 32 bit and 64 bit. The Clang compiler can be used on any supported operating system.