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 d4a5198

Browse filesBrowse files
committed
Use latest cmake for the main build, too, with better Python support
1 parent d0dbb05 commit d4a5198
Copy full SHA for d4a5198

File tree

1 file changed

+4
-0
lines changed
Filter options

1 file changed

+4
-0
lines changed

‎config.sh

Copy file name to clipboardExpand all lines: config.sh
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ 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
114118
fi
115119

116120
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.