aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2020-02-04 07:25:22 +0100
committerGitHub <noreply@github.com>2020-02-04 07:25:22 +0100
commit712b873dc8c473b292fc1cdd914db8144ff8675f (patch)
tree64023e88787f2918b13cbf4d4205cdc0126e636b /docs
parent6aadc40eacfc9fb7e10f81d3fb640be532830e5b (diff)
parent19b680c4612e531734a4fedfea0452ab11c7a0ae (diff)
downloadPROJ-712b873dc8c473b292fc1cdd914db8144ff8675f.tar.gz
PROJ-712b873dc8c473b292fc1cdd914db8144ff8675f.zip
Merge pull request #1907 from mwtoews/cmake
Increase CMake minimum version from 3.5 to 3.9
Diffstat (limited to 'docs')
-rw-r--r--docs/source/install.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/install.rst b/docs/source/install.rst
index bda3c1fa..17cc7197 100644
--- a/docs/source/install.rst
+++ b/docs/source/install.rst
@@ -143,7 +143,7 @@ Build requirements
- SQLite3 >= 3.11 (headers, library and executable)
- libtiff >= 4.0 (headers and library)
- optional (but recommended): curl >= 7.29.0
-- GNU make for autotools build or CMake >= 3.5
+- GNU make for autotools build or CMake >= 3.9
Autotools
--------------------------------------------------------------------------------