diff options
author | Sadie Powell <sadie@witchery.services> | 2021-12-14 10:10:03 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-12-14 10:10:03 +0000 |
commit | 4af8dfa5495a76fe0c5e281a06dd5ea8efc584de (patch) | |
tree | ae41f4e16c2120414ee4107e67e19becd21f3a13 /Config | |
parent | 4efc2c219bbe8030f8d079e27770f19cfe7e442d (diff) |
Update the min version of CMake mentioned in the Config script.
Diffstat (limited to 'Config')
-rwxr-xr-x | Config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |