From 5a7a1bfcb3f5981e39a230044d5debaba625ae63 Mon Sep 17 00:00:00 2001 From: Antz Date: Mon, 14 Feb 2022 18:06:50 +0000 Subject: [PATCH] raise minimum cmake version to 3.12 --- CMakeLists.txt | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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.