From 4af8dfa5495a76fe0c5e281a06dd5ea8efc584de Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 14 Dec 2021 10:10:03 +0000 Subject: Update the min version of CMake mentioned in the Config script. --- Config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Config') diff --git a/Config b/Config index cf5b2f26d..2d5e9f1eb 100755 --- a/Config +++ b/Config @@ -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 -- cgit