Skip to content

Commit

Permalink
Suppress warnings from included headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenfyhn committed Jun 12, 2023
1 parent 5c5663d commit 9b35a43
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions libmavconn/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ catkin_package(

include_directories(
include
SYSTEM
${CMAKE_CURRENT_BINARY_DIR}/catkin_generated/include
${Boost_INCLUDE_DIRS}
${mavlink_INCLUDE_DIRS}
Expand Down
1 change: 1 addition & 0 deletions mavros/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ catkin_package(

include_directories(
include
SYSTEM
${catkin_INCLUDE_DIRS}
${Boost_INCLUDE_DIRS}
${mavlink_INCLUDE_DIRS}
Expand Down
1 change: 1 addition & 0 deletions mavros_extras/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ catkin_package(
###########

include_directories(
SYSTEM
${catkin_INCLUDE_DIRS}
${mavlink_INCLUDE_DIRS}
)
Expand Down
1 change: 1 addition & 0 deletions test_mavros/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ catkin_package(

include_directories(
include
SYSTEM
${Boost_INCLUDE_DIRS}
${EIGEN3_INCLUDE_DIRS}
${catkin_INCLUDE_DIRS}
Expand Down

0 comments on commit 9b35a43

Please sign in to comment.