docs/quickstart-cmake.md: fix enumeration indentation + specify CMake minimum version

This commit is contained in:
Derek Huang 2024-12-16 01:47:55 -05:00
parent 2946125d8e
commit 856465113e

View File

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