raise minimum cmake version to 3.12
This commit is contained in:
parent
75790ed17a
commit
5a7a1bfcb3
@ -17,7 +17,7 @@
|
|||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# 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")
|
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ as you can see by the images in the heading above! We do love green builds, and
|
|||||||
Requirements
|
Requirements
|
||||||
------------
|
------------
|
||||||
The server supports a wide range of operating systems, and various compiler platforms.
|
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.
|
a cross-platform build system which adapts to your chosen operating system and compiler.
|
||||||
|
|
||||||
Operating systems
|
Operating systems
|
||||||
@ -54,7 +54,7 @@ Compilers
|
|||||||
Building the server is currently possible with these compilers:
|
Building the server is currently possible with these compilers:
|
||||||
|
|
||||||
* **[Microsoft Visual Studio][31] 32 bit and 64 bit.** All editions of Visual Studio
|
* **[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
|
* **[Clang][33]**, 32 bit and 64 bit. The Clang compiler can be used on any
|
||||||
supported operating system.
|
supported operating system.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user