robocup-logistics / gazebo-rcll

Gazebo Models, Plugins, and World Files for the RoboCup Logistics League
GNU General Public License v2.0
17 stars 12 forks source link

buildsys: fix GCC 6+ standard usage #25

Closed vmatare closed 3 years ago

vmatare commented 4 years ago

i.e. avoid downgrading by setting -std=c++11 on compilers that default to c++14.