Skip to content

Commit

Permalink
require usv_gazebo_plugins to use c++17
Browse files Browse the repository at this point in the history
  • Loading branch information
acxz committed Jul 18, 2022
1 parent 5d1f18c commit 7e4ace7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usv_gazebo_plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ catkin_package(
CATKIN_DEPENDS message_runtime gazebo_dev roscpp wave_gazebo_plugins
)

# Plugins require c++11
set(CMAKE_CXX_FLAGS "-std=c++11 ${CMAKE_CXX_FLAGS}")
# Plugins require c++17
set(CMAKE_CXX_FLAGS "-std=c++17 ${CMAKE_CXX_FLAGS}")

include_directories( include
${catkin_INCLUDE_DIRS}
Expand Down

0 comments on commit 7e4ace7

Please sign in to comment.