issues
search
ros-drivers
/
transport_drivers
A set of ROS2 drivers for transport-layer protocols.
Apache License 2.0
92
stars
56
forks
source link
Enforce C++14. Do not duplicate compiler flags
#45
Closed
esteve
closed
3 years ago
esteve
commented
3 years ago
This PR contains the following changes:
Enforces C++14 if no compiler standard is set
Removes
${CMAKE_CXX_FLAGS}
, those flags are the same as the default build configurations in CMake and the way they are set is not cross-platform
Removes building as
Release
by default. ROS 2 packages don't set their build type, the convention is that the buildfarm will do it.
This PR contains the following changes:
${CMAKE_CXX_FLAGS}
, those flags are the same as the default build configurations in CMake and the way they are set is not cross-platformRelease
by default. ROS 2 packages don't set their build type, the convention is that the buildfarm will do it.