Jmeyer1292 / robot_cal_tools

A suite of tools focused on calibration of sensors for robotic workcell development
Apache License 2.0
140 stars 40 forks source link

Fix gtest and add C++14 option #95

Open gachiemchiep opened 3 years ago

gachiemchiep commented 3 years ago

Fix the gtest issue at : https://github.com/Jmeyer1292/robot_cal_tools/issues/83 Reference : http://docs.ros.org/en/jade/api/catkin/html/howto/format2/gtest_configuration.html

Add C++14 options, because since Ceres v2.0, C++14 is required

# source  : http://ceres-solver.org/installation.html
Starting with v2.0 Ceres requires a fully C++14-compliant compiler. In versions <= 1.14, C++11 was an optional requirement.