Updating CMake repository location

The old one was a mirror, and has been taken offline recently.
This commit is contained in:
Dženan Zukić 2020-04-01 17:13:24 -04:00
parent 2fd1b29fb6
commit f68e873550

View File

@ -29,7 +29,7 @@ fi
cd /usr/src
git clone git://cmake.org/cmake.git CMake -b v$CMAKE_VERSION --depth 1
git clone https://gitlab.kitware.com/cmake/cmake.git CMake -b v$CMAKE_VERSION --depth 1
mkdir /usr/src/CMake-build
cd /usr/src/CMake-build