Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fac2703

Browse filesBrowse files
committed
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 d6a45ba commit fac2703
Copy full SHA for fac2703

File tree

1 file changed

+0
-4
lines changed
Filter options

1 file changed

+0
-4
lines changed

‎travis_config.sh

Copy file name to clipboardExpand all lines: travis_config.sh
-4Lines changed: 0 additions & 4 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.