commit | 487ce37fa775d57e1403c40eec7b69d0d91d7f2c | [log] [tgz] |
---|---|---|
author | Reinhold Gschweicher <pyro4hell@gmail.com> | Mon Sep 09 13:39:59 2024 +0200 |
committer | Reinhold Gschweicher <pyro4hell@gmail.com> | Wed Sep 11 08:06:36 2024 +0200 |
tree | 34caeafad359ceb06f7e68024d43fadd0d88ce15 | |
parent | 6aa7df96501058e3d0531db4ea19b0cd0e2ece93 [diff] |
Allow system/local Abseil master Add special handling when `absl_VERSION` is empty. This is the case when the `master` branch of `abseil-cpp` was installed using `CMake`. In that case check for VLOG availability through the CMake target `absl::absl_vlog_is_on`. Fixes: https://github.com/ceres-solver/ceres-solver/issues/1098 Change-Id: I3367aeb65caceb11558d8d6265dafe3ecc9a4875
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.