From 337a20cc7590ddfb801d8e118eab0da823e4b210 Mon Sep 17 00:00:00 2001 From: Teddy Reed Date: Sun, 26 Apr 2015 03:28:54 -0700 Subject: [PATCH] Install cmake 3.2.1 on 14.04 The repo-provided CMake is at 2.x, which will build extra cpp-netlib tests. --- tools/provision/ubuntu.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/provision/ubuntu.sh b/tools/provision/ubuntu.sh index 0864dee0..887dd2ad 100755 --- a/tools/provision/ubuntu.sh +++ b/tools/provision/ubuntu.sh @@ -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