Skip to content

Commit 76cc7de

Browse files
committed
(PyKDL) Mark external includes as system
1 parent 99459de commit 76cc7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_orocos_kdl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ add_compile_options(-Wextra -Werror=extra)
1717

1818
# find a matching version of orocos_kdl
1919
find_package(orocos_kdl ${PROJECT_VERSION} EXACT REQUIRED)
20-
include_directories(${orocos_kdl_INCLUDE_DIRS})
20+
include_directories(SYSTEM ${orocos_kdl_INCLUDE_DIRS})
2121
link_directories(${orocos_kdl_LIBRARY_DIRS})
2222

2323
if(DEFINED ENV{ROS_PYTHON_VERSION})

0 commit comments

Comments
 (0)