Merge pull request #178 from Korijn/patch-1

bump cmake to v3.10.1
This commit is contained in:
Matt McCormick 2017-12-23 19:22:24 -05:00 committed by GitHub
commit bc4b9cce7c
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