ros-industrial / industrial_core

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

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

Open v4hn opened 12 months ago

v4hn commented 12 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 11 months ago

Ping @gavanderhoorn . 🎅