common: Bump CMake to v3.8.0

This commit is contained in:
Matt McCormick 2017-04-15 11:44:57 -04:00
parent 8ec77d7a07
commit be603d62cf

View File

@ -45,7 +45,7 @@ done
cd /usr/src
# Download
CMAKE_REV=ab2ae4823c3b60347825da4b851cd4e676f8bed1
CMAKE_REV=v3.8.0
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