summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2021-12-14 10:10:03 +0000
committerSadie Powell <sadie@witchery.services>2021-12-14 10:10:03 +0000
commit4af8dfa5495a76fe0c5e281a06dd5ea8efc584de (patch)
treeae41f4e16c2120414ee4107e67e19becd21f3a13
parent4efc2c219bbe8030f8d079e27770f19cfe7e442d (diff)
Update the min version of CMake mentioned in the Config script.
-rwxr-xr-xConfig2
1 files changed, 1 insertions, 1 deletions
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