From e5332c44de4b0d6b79fda5f9a648197b1684fac1 Mon Sep 17 00:00:00 2001 From: redPanther Date: Wed, 29 Jun 2016 11:18:41 +0200 Subject: [PATCH] Update travis_install.sh (#72) add osx cmake dependency --- .travis/travis_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/travis_install.sh b/.travis/travis_install.sh index 93e3ec59..fb8607df 100644 --- a/.travis/travis_install.sh +++ b/.travis/travis_install.sh @@ -5,6 +5,7 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then brew update brew install qt5 brew install libusb + brew install cmake fi # install linux deps for hyperion compile