opencv: add ceres-solver as a dependency

Ceres-solver is a recommended dependency for OpenCV SFM module.
OpenCV is built with support for ceres-solver by default.

Closes #43438.

Signed-off-by: Jan Viljanen <527069+javian@users.noreply.github.com>
This commit is contained in:
equal-l2 2019-08-25 02:48:32 +09:00 committed by Jan Viljanen
parent 938a3a70ae
commit 0bfc3932a1

View file

@ -13,6 +13,7 @@ class Opencv < Formula
depends_on "cmake" => :build
depends_on "pkg-config" => :build
depends_on "ceres-solver"
depends_on "eigen"
depends_on "ffmpeg"
depends_on "glog"