bump cmake to v3.10.1

This commit is contained in:
Korijn van Golen 2017-12-21 08:52:51 +01:00 committed by GitHub
parent 5f1de3ba03
commit 6f299349dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ done
cd /usr/src
# Download
CMAKE_REV=v3.8.0
CMAKE_REV=v3.10.1
wget --progress=bar:force https://github.com/kitware/cmake/archive/$CMAKE_REV.tar.gz -O CMake.tar.gz
mkdir CMake
tar -xzvf ./CMake.tar.gz --strip-components=1 -C ./CMake