Skip to content

Commit e2d0e96

Browse files
author
Victor Lopez
committed
Add SYSTEM to include_directories
1 parent 171aa96 commit e2d0e96

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ catkin_package(
2323
)
2424

2525
include_directories(
26-
include
26+
include)
27+
include_directories(
28+
SYSTEM
2729
${catkin_INCLUDE_DIRS}
2830
${GAZEBO_INCLUDE_DIRS}
2931
)

0 commit comments

Comments
 (0)