summaryrefslogtreecommitdiff
path: root/docs/INSTALL
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2025-04-02 10:11:21 +0100
committerSadie Powell <sadie@witchery.services>2025-04-02 10:11:21 +0100
commit97c63822fcd454ad846dea5a42718fdb32152632 (patch)
tree9270faedf03a3c3151fe7a7d4a4a5abace7d547b /docs/INSTALL
parent698dd78ef85e8044d3813bcfe4b8b567f746c35a (diff)
Bump the minimum CMake version to 3.20.
This should hopefully prevent us from being burned by CMake dropping old version compatibility for a long time.
Diffstat (limited to 'docs/INSTALL')
-rw-r--r--docs/INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INSTALL b/docs/INSTALL
index 15b6f9d98..608921500 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -27,7 +27,7 @@ Note: You should also read the README and FAQ files!
cmake --version
If it's installed, you will get a line that says something similar to
- "cmake version 3.28.3". If the version is less than 3.8.0 or you get
+ "cmake version 3.28.3". If the version is less than 3.20.0 or you get
an error saying the command was not found, you will not be able to use
CMake unless you install it yourself into your home directory. CMake
can be downloaded from: