We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef5b511 commit a065203Copy full SHA for a065203
install_prerequisites/buildcmake
@@ -130,7 +130,7 @@ download()
130
if [ ! -f "cmake-$version.tar.gz" ]; then
131
echo "Downloading cmake-$version.tar.gz"
132
major_minor="${version%.*}"
133
- wget http://www.cmake.org/files/v$major_minor/cmake-$version.tar.gz
+ wget --no-check-certificate http://www.cmake.org/files/v$major_minor/cmake-$version.tar.gz
134
fi
135
}
136
0 commit comments