File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ find_package(Eigen3 QUIET)
5656if (NOT EIGEN3_FOUND)
5757 include (${PROJ_SOURCE_DIR} /cmake/FindEigen3.cmake)
5858endif ()
59- include_directories (${EIGEN3_INCLUDE_DIR} )
59+ include_directories (SYSTEM ${EIGEN3_INCLUDE_DIR} )
6060SET (KDL_CFLAGS "${KDL_CFLAGS} -I${EIGEN3_INCLUDE_DIR} " )
6161
6262# Check the platform STL containers capabilities
@@ -83,7 +83,7 @@ endif()
8383if (KDL_USE_NEW_TREE_INTERFACE)
8484 # We need shared_ptr from boost since not all compilers are c++11 capable
8585 find_package (Boost REQUIRED)
86- include_directories (${Boost_INCLUDE_DIRS} )
86+ include_directories (SYSTEM ${Boost_INCLUDE_DIRS} )
8787endif (KDL_USE_NEW_TREE_INTERFACE)
8888
8989OPTION (ENABLE_TESTS OFF "Enable building of tests" )
You can’t perform that action at this time.
0 commit comments