raise minimum cmake version to 3.12

This commit is contained in:
Antz 2022-02-14 18:06:50 +00:00 committed by Antz
parent 75790ed17a
commit 5a7a1bfcb3
No known key found for this signature in database
GPG Key ID: 0DF907270598C85F
2 changed files with 3 additions and 3 deletions

View File

@ -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")

View File

@ -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.