Robotics StackExchange | Archived questions

What is the minimum gcc version required to build gazebo9?

Gazebo9 CMakeLists do not state any specific CMAKECXXSTANDARD.

What is the minimum c++ standard required to build gazbeo9 from source?

Asked by ohasyoshi on 2021-04-14 02:05:09 UTC

Comments

Answers

Checking the code, I would say that the required standard to compile it is c++11, see https://github.com/osrf/gazebo/blob/gazebo9/cmake/GazeboUtils.cmake#L97-L109

Asked by Jose Luis Rivero on 2021-04-19 11:56:16 UTC

Comments