Install cmake 3.2.1 on 14.04

The repo-provided CMake is at 2.x, which will build extra cpp-netlib tests.
This commit is contained in:
Teddy Reed 2015-04-26 03:28:54 -07:00
parent b3540034f8
commit 337a20cc75

View File

@ -67,12 +67,11 @@ function main_ubuntu() {
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 150 \
--slave /usr/bin/g++ g++ /usr/bin/g++-4.8
install_boost
install_cmake
else
package cmake
package libboost1.55-all-dev
fi
install_cmake
install_gflags
if [[ $DISTRO = "precise" ]]; then