From 4df46b13e6ea9ee13b7854eb1f0ab8f9d5fd8f8d Mon Sep 17 00:00:00 2001 From: Waleed Khan Date: Sat, 19 Jul 2014 18:27:44 -0400 Subject: [PATCH] Removed cmake from Travis's OS X dependencies. --- travis-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-dependencies.sh b/travis-dependencies.sh index 0c6c62e6..10af11cd 100755 --- a/travis-dependencies.sh +++ b/travis-dependencies.sh @@ -2,7 +2,7 @@ if [[ $TRAVIS_OS_NAME == "osx" ]] ; then brew update - brew install qt cmake protobuf libgcrypt + brew install qt protobuf libgcrypt else sudo apt-get update -qq sudo apt-get install -y qtmobility-dev libprotobuf-dev protobuf-compiler libqt4-dev