Skip to content

Commit

Permalink
Updated CMake version requirement in build.rst (#7487)
Browse files Browse the repository at this point in the history
The documentation states that to build from source you need CMake 3.13 or higher. However, according to https://github.com/dmlc/xgboost/blob/master/CMakeLists.txt#L1 CMake 3.14 or higher is required.
  • Loading branch information
danmarinescu committed Nov 27, 2021
1 parent 557ffc4 commit 6f38f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ This shared library is used by different language bindings (with some additions
on the binding you choose). The minimal building requirement is

- A recent C++ compiler supporting C++11 (g++-5.0 or higher)
- CMake 3.13 or higher.
- CMake 3.14 or higher.

For a list of CMake options like GPU support, see ``#-- Options`` in CMakeLists.txt on top
level of source tree.
Expand Down

0 comments on commit 6f38f5a

Please sign in to comment.