Skip to content

Commit 3d36665

Browse files
committed
(wire_core) Mark external includes as system
1 parent f6a87b8 commit 3d36665

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

wire_core/CMakeLists.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,12 @@ catkin_package(
3232
TinyXML2
3333
)
3434

35-
include_directories(include ${catkin_INCLUDE_DIRS} ${TinyXML2_INCLUDE_DIRS})
35+
include_directories(
36+
include
37+
SYSTEM
38+
${catkin_INCLUDE_DIRS}
39+
${TinyXML2_INCLUDE_DIRS}
40+
)
3641

3742
## Build
3843
add_compile_options(-Wreturn-type) # Return type checking

0 commit comments

Comments
 (0)