Fix absl::log_flags linking on Linux Generator expressions were introduced in CMake version 3.24. Without them including absl::log_flags as an internal dependency causes linking problems on some platforms. So for platforms with an older CMake version we make absl::log_flags a public dependency. Change-Id: I686f41e76b0ac17a03f1cd1d614372a7f130dfd9
Ceres Solver is an open source C++ library for modeling and solving large, complicated optimization problems. It is a feature rich, mature and performant library which has been used in production at Google since 2010. Ceres Solver can solve two kinds of problems.
Please see ceres-solver.org for more information.