From 19b680c4612e531734a4fedfea0452ab11c7a0ae Mon Sep 17 00:00:00 2001 From: Mike Taves Date: Tue, 4 Feb 2020 14:12:23 +1300 Subject: Increase CMake minimum version from 3.5 to 3.9 * Also remove a few if()-blocks to support older CMake versions --- docs/source/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -------------------------------------------------------------------------------- -- cgit v1.2.3