Fix doc for CMake requirement. (#6123)

This commit is contained in:
neko
2020-09-16 17:59:43 +08:00
committed by GitHub
parent 9e955fb9b0
commit 6bc9b9dc4f
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ on the binding you choose). For building language specific package, see corresp
sections in this document. The minimal building requirement is
- A recent C++ compiler supporting C++11 (g++-5.0 or higher)
- CMake 3.12 or higher.
- CMake 3.13 or higher.
For a list of CMake options, see ``#-- Options`` in CMakeLists.txt on top level of source tree.