8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a45ba commit fac2703Copy full SHA for fac2703
travis_config.sh
@@ -111,10 +111,6 @@ function pre_build {
111
brew_install_and_cache_within_time_limit ffmpeg_opencv || { [ $? -gt 1 ] && return 2 || return 0; }
112
else
113
brew install ffmpeg_opencv
114
- #cmake is a build dependency of ffmpeg so a bottle should be present in cache
115
- if (brew outdated | grep -qxF cmake) || ! (brew list | grep -qxF cmake); then
116
- _brew_install_and_cache cmake 1 0
117
- fi
118
fi
119
120
if [ -n "$CACHE_STAGE" ]; then
0 commit comments