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

@@ -240,7 +240,7 @@ 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: "`sudo apt-get install cmake`" (add
cmake\>=3.5 is installed: "`sudo apt-get install cmake`" (add
`build-essential` and `pkg-config` (or `pkgconf`) to this if needed).
Make sure that your distribution provides OpenSSL 1.1.1 or later, and