ros-industrial / industrial_core

ROS-Industrial core communication packages (http://wiki.ros.org/industrial_core)
153 stars 180 forks source link

[ROS-O] No explicit requests for c++11 #292

Open v4hn opened 8 months ago

v4hn commented 8 months ago

C++11 has been the default for compilers targeted in this branch.

gtest requires c++14 since v1.13 (Jan 2023) and building the tests on newer systems fails.

If this is not endorsed by the authors, it's also possible to check for externally provided values for CXX_STANDARD before setting it, but it's much more convenient to simply drop it and keep the codebase compiling without special triggers on modern systems.

v4hn commented 8 months ago

Ping @gavanderhoorn . 🎅