Skip to content

Commit 3b2e5cf

Browse files
committed
(estimators) mark catkin_INCLUDE_DIRS as SYSTEM
1 parent fd81a62 commit 3b2e5cf

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)