require cmake>=3.5 to silence deprecation warning

This commit is contained in:
F. Duncanh
2023-09-05 23:51:14 -04:00
parent 5051fc3ac7
commit 49cd0018ed
8 changed files with 14 additions and 10 deletions

View File

@@ -191,7 +191,7 @@ You need a C/C++ compiler (e.g. g++) with the standard development libraries
installed. Debian-based systems provide a package "build-essential" for use
in compiling software. You also need pkg-config: if it is not found
by "`which pkg-config`", install pkg-config or its work-alike replacement
pkgconf. Also make sure that cmake>=3.4.1 is installed:
pkgconf. Also make sure that cmake>=3.5 is installed:
"`sudo apt-get install cmake`" (add ``build-essential`` and `pkg-config`
(or ``pkgconf``) to this if needed).