Skip to content

Commit a462a5f

Browse files
(estimators) mark catkin_INCLUDE_DIRS as SYSTEM
1 parent 357e178 commit a462a5f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

wire_state_estimators/CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ catkin_package(
2121
pluginlib
2222
)
2323

24-
include_directories(include ${catkin_INCLUDE_DIRS})
24+
include_directories(
25+
include
26+
SYSTEM
27+
${catkin_INCLUDE_DIRS}
28+
)
2529

2630
## Build
2731

0 commit comments

Comments
 (0)