From e10521325b29758e3c117d3ec29c3391f5e6652d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Tue, 24 May 2022 14:47:08 +0300 Subject: [PATCH] fix: mark Eigen library as SYSTEM https://github.com/autowarefoundation/autoware/issues/357 --- grid_map_core/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grid_map_core/CMakeLists.txt b/grid_map_core/CMakeLists.txt index 9c4ec2849..97d57526a 100644 --- a/grid_map_core/CMakeLists.txt +++ b/grid_map_core/CMakeLists.txt @@ -23,7 +23,7 @@ grid_map_package() ## Specify additional locations of header files include_directories( include - ${EIGEN3_INCLUDE_DIR} + SYSTEM ${EIGEN3_INCLUDE_DIR} ) ###########