use CMake function to create CeresConfigVersion Use the CMake provided module CMakePackageConfigHelpers and its function write_basic_package_version_file() to write the CeresConfigVersion.cmake file to be installed. Use SameMajorVersion compatibility flag. Change-Id: I353aa8ede1ffee34e58b41371958ed5dedca4104
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.