commit | e91995cce456d7edf404103bd3dc40794e13886e | [log] [tgz] |
---|---|---|
author | Sergiu Deitsch <sergiu.deitsch@gmail.com> | Sun Mar 06 14:24:31 2022 +0100 |
committer | Sameer Agarwal <sameeragarwal@google.com> | Tue Mar 08 19:37:57 2022 +0000 |
tree | b4989725c7562118aa66a1e7340b430c26315f91 | |
parent | 94af09186fe8df96ff4ba340dded0f9daf293171 [diff] |
Fix Ubuntu 18.04 shared library build Overriding export gflags export macros breaks glog in shared Ceres solver builds. Threfore, always compile gtest as a static library to avoid the need of overriding the export macros. Change-Id: Ibc9a04a771085caa8f02c81745ce626643df8450
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.