1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 17:24:49 +02:00

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.
This commit is contained in:
Sadie Powell
2025-04-02 10:11:21 +01:00
parent 698dd78ef8
commit 97c63822fc
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ done
cmake --version 2>&1 > /dev/null
if [ $? -ne 0 ] ; then
clear
echo "Anope requires CMake 3.8 or newer, which can be downloaded at https://cmake.org/ or through your system's package manager."
echo "Anope requires CMake 3.20 or newer, which can be downloaded at https://cmake.org/ or through your system's package manager."
echo "If you have installed CMake already, ensure it is in your PATH environment variable."
exit 0
fi