Update CMake minimum requirement (#380)

This commit is contained in:
Nico Mexis
2022-01-17 12:46:33 +01:00
committed by GitHub
parent 789c0890ca
commit 7dd7fdaf71
3 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ If you're using a DLU client you'll have to go into the "CMakeVariables.txt" fil
### Linux builds
Make sure packages like `gcc`, `cmake`, and `zlib` are installed. Depending on the distribution, these packages might already be installed. Note that on systems like Ubuntu, you will need the `zlib1g-dev` package so that the header files are available.
cmake must be version 3.12 or higher!
CMake must be version 3.14 or higher!
**Build the repository**