mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +01:00
Updating CMake repository location
The old one was a mirror, and has been taken offline recently.
This commit is contained in:
parent
2fd1b29fb6
commit
f68e873550
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user