Skip to content

Commit 61ddc1a

Browse files
native-apiskvark
authored andcommitted
Revert "Use latest cmake for the main build, too, with better Python support
This reverts commit d4a5198. cmake 3.14 can't find py3 installation when "python" points to Python 3 while cmake 3.9 can
1 parent 87902b0 commit 61ddc1a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

travis_config.sh

-4
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,6 @@ function pre_build {
111111
brew_install_and_cache_within_time_limit ffmpeg_opencv || { [ $? -gt 1 ] && return 2 || return 0; }
112112
else
113113
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
118114
fi
119115

120116
if [ -n "$CACHE_STAGE" ]; then

0 commit comments

Comments
 (0)