ros2 / rmw_cyclonedds

ROS 2 RMW layer for Eclipse Cyclone DDS
Apache License 2.0
112 stars 91 forks source link

Minor revamp of the CMakeLists.txt. #468

Closed clalancette closed 1 year ago

clalancette commented 1 year ago

The most important bit in here is to set CMAKE_CXX_STANDARD_REQUIRED to ON, so it builds in C++17 mode with clang. Besides that, cleanup a comment, and get rid of extra calls to target_link_libraries that aren't required (we can just combine that all into one call).

clalancette commented 1 year ago

CI: