From a24889b889c22035e097c55cd642acd2fbed2108 Mon Sep 17 00:00:00 2001
From: danmarinescu <dan.marinescu@gmail.com>
Date: Fri, 26 Nov 2021 15:49:54 +0100
Subject: [PATCH] Updated CMake version requirement in build.rst

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.
---
 doc/build.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/build.rst b/doc/build.rst
index d20fdacdca1f..d3b88289c21a 100644
--- a/doc/build.rst
+++ b/doc/build.rst
@@ -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.