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:
parent
938a3a70ae
commit
0bfc3932a1
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue