mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
c7337154e9
After this patch, users have to add -DCODE_GENERATION=ON to the cmake command, if they want to compile the code generation module. A warning is printed if they enable code generation. This informs the users that the code generation is still under development and should be used with care. Also, we don't break the master branch immediately if one of the bigger codegen patches fails to build on some platform. When this system is finished, we can enable it by default or remove this option again. Change-Id: Ib26498f0d5bd8b3c165807ffd774c057c2d21d39