summaryrefslogtreecommitdiff
path: root/docs
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
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')
-rw-r--r--docs/INSTALL2
-rw-r--r--docs/INSTALL.fr2
2 files changed, 2 insertions, 2 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:
diff --git a/docs/INSTALL.fr b/docs/INSTALL.fr
index 39ae1c758..c88538767 100644
--- a/docs/INSTALL.fr
+++ b/docs/INSTALL.fr
@@ -27,7 +27,7 @@ Note : Vous devrez également lire les fichiers README et FAQ !
cmake --version
Si CMake est installé, vous aurez une ligne qui dit quelque chose comme
- "cmake version 3.28.3". Si la version est inférieure à 3.8.0 ou si vous
+ "cmake version 3.28.3". Si la version est inférieure à 3.20.0 ou si vous
obtenez une erreur disant que la commande n'a pas été trouvée, vous ne
pourrez pas utiliser CMake à moins de l'installer vous-même dans votre
répertoire home. CMake peut être téléchargé ici :