Install ccmake on OSX

This commit is contained in:
Patrick Niklaus 2016-05-05 11:39:15 +02:00
parent eedf75d951
commit a2d83753bc
No known key found for this signature in database
GPG Key ID: E426891B5F978B1B

View File

@ -123,7 +123,7 @@ before_install:
export PATH=${DEPS_DIR}/cmake/bin:${PATH}
elif [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
# implicit deps, but seem to be installed by default with recent images: libxml2 GDAL boost
brew install cmake libzip libstxxl lua51 luabind tbb md5sha1sum
brew install cmake libzip libstxxl lua51 luabind tbb md5sha1sum ccache
fi
install: