Mention CMake minimal version in docs.

This commit is contained in:
Ye Luo 2023-12-02 11:22:01 -06:00
parent 8c26df12d0
commit d3dfcc24d2
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ P. Kent _et al._ J. Chem. Phys. **152** 174105 (2020), https://doi.org/10.1063/5
# Installation Prerequisites
* C++ 17 and C99 capable compilers.
* CMake v3.17.0 or later, build utility, http://www.cmake.org
* CMake v3.21.0 or later, build utility, http://www.cmake.org
* BLAS/LAPACK, numerical library. Use vendor and platform-optimized libraries.
* LibXml2, XML parser, http://xmlsoft.org/
* HDF5 v1.10.0 or later, portable I/O library, http://www.hdfgroup.org/HDF5/

View File

@ -186,7 +186,7 @@ Building with CMake
The build system for QMCPACK is based on CMake. It will autoconfigure
based on the detected compilers and libraries. The most recent version
of CMake has the best detection for the greatest variety of systems. The
minimum required version of CMake is 3.17.0. Most
minimum required version of CMake is 3.21.0. Most
computer installations have a sufficiently recent CMake, though it might
not be the default.