From 1ba6b468de7ae274fda421eb9e9321624d7f4504 Mon Sep 17 00:00:00 2001 From: Gavin Bisesi Date: Tue, 18 Nov 2014 07:48:55 -0500 Subject: [PATCH] Install updated cmake from ubuntu sdk ppa --- travis-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-dependencies.sh b/travis-dependencies.sh index fc5b15ff..4acb972d 100755 --- a/travis-dependencies.sh +++ b/travis-dependencies.sh @@ -14,7 +14,7 @@ else else sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa sudo apt-get update -qq - sudo apt-get install -y libprotobuf-dev protobuf-compiler qtbase5-dev\ + sudo apt-get install -y libprotobuf-dev protobuf-compiler qtbase5-dev cmake\ qtdeclarative5-dev libqt5webkit5-dev libsqlite3-dev qt5-default qttools5-dev-tools qttools5-dev fi fi