Skip to content

Commit

Permalink
Use C++20 compiler features in gazebo_yarp_controlboard
Browse files Browse the repository at this point in the history
  • Loading branch information
xEnVrE committed May 22, 2023
1 parent 6bcccbd commit cc8bea0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/controlboard/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ add_gazebo_yarp_plugin_target(LIBRARY_NAME controlboard
LINKED_LIBRARIES gazebo_yarp_lib_common gazebo_yarp_singleton ${YARP_LIBRARIES} ${GAZEBO_LIBRARIES} ${Boost_LIBRARIES}
HEADERS ${controlBoard_headers}
SOURCES ${controlBoard_source})
target_compile_features(gazebo_yarp_controlboard PUBLIC cxx_std_20)

0 comments on commit cc8bea0

Please sign in to comment.