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

Update the min version of CMake mentioned in the Config script.

This commit is contained in:
Sadie Powell
2021-12-14 10:10:03 +00:00
parent 4efc2c219b
commit 4af8dfa549
+1 -1
View File
@@ -176,7 +176,7 @@ done
cmake --version 2>&1 > /dev/null
if [ $? -ne 0 ] ; then
clear
echo "Anope requires CMake 2.4 or newer, which can be downloaded at https://cmake.org/ or through your system's package manager."
echo "Anope requires CMake 3.8 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