Fix install and unnecessary string copy - Fix the following issue when running "make install" https://github.com/ceres-solver/ceres-solver/issues/527 - Fix error that CeresCodeGeneration.cmake was not found after instalation. Issue: https://github.com/ceres-solver/ceres-solver/issues/561 - Removes the unnecessary string copy during code generation Change-Id: I01963d01da6a9c4557aad6f89831647c1a149e38
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.