REVERT adding SYSTEM Flag to eigen includes.

release/4.3a0
= 2016-06-17 09:27:14 -04:00
parent 393f3d0f72
commit b91e531fac
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ else()
endif() endif()
# Add the bundled version of eigen to the include path so that it can still be included # Add the bundled version of eigen to the include path so that it can still be included
# with #include <Eigen/Core> # with #include <Eigen/Core>
include_directories(BEFORE SYSTEM "gtsam/3rdparty/Eigen/") include_directories(BEFORE "gtsam/3rdparty/Eigen/")
# set full path to be used by external projects # set full path to be used by external projects
# this will be added to GTSAM_INCLUDE_DIR by gtsam_extra.cmake.in # this will be added to GTSAM_INCLUDE_DIR by gtsam_extra.cmake.in