This commit is contained in:
conrad
2024-06-21 20:29:03 +10:00
parent 744f33aab2
commit 02aab8d3c3
Vendored
+1 -1
View File
@@ -8,7 +8,7 @@ check_cmake()
{
echo "error: cmake (version 3.5+) is required to configure and install Armadillo"
echo ""
echo "cmake can be installed via the package manger on your system,"
echo "cmake can be installed via your system's package manager,"
echo "or downloaded from https://cmake.org"
ABORT=yes
}