docs/quickstart-cmake.md: fix enumeration indentation + specify CMake minimum version
This commit is contained in:
parent
2946125d8e
commit
856465113e
@ -11,8 +11,8 @@ To complete this tutorial, you'll need:
|
||||
|
||||
* A compatible operating system (e.g. Linux, macOS, Windows).
|
||||
* A compatible C++ compiler that supports at least C++14.
|
||||
* [CMake](https://cmake.org/) and a compatible build tool for building the
|
||||
project.
|
||||
* [CMake](https://cmake.org/) >= 3.14 and a compatible build tool for building
|
||||
the project.
|
||||
* Compatible build tools include
|
||||
[Make](https://www.gnu.org/software/make/),
|
||||
[Ninja](https://ninja-build.org/), and others - see
|
||||
|
Loading…
Reference in New Issue
Block a user