mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 00:50:37 +08:00
d48e7050225730f61eaef851def5b43bc439e991
- Previously we overwrote the default (empty) config.h in the source tree with a configured config.h, generated using the current compile options. - This was undesirable as it could lead to inadvertant commits of the generated config.h. - This patch moves the default config.h to <src>/config/ceres/internal, separate from the other headers, thus if Ceres is compiled without CMake this directory will now also have to be included. This directory is _not_ added to the CMake include directories for Ceres (thus the default config.h is never used when compiling with CMake). - When using CMake, the generated config.h is now placed in <build>/config/ceres/internal, which is in turn added to the include directories for Ceres when it is compiled, and the resulting config.h is copied to ceres/internal when installed. Change-Id: Ib1ba45e66e383ade2ebb08603af9165c1df616f2
Ceres Solver - A non-linear least squares minimizer ================================================== Please see docs/html/index.html for a tutorial and reference.
Description
Languages
C++
94.4%
CMake
3.8%
Python
0.8%
C
0.5%
Starlark
0.4%