Merge branches 'develop' and 'feature/LPSolver' of bitbucket.org:gtborg/gtsam into feature/LPSolver
Added System Flag temporarily to remove warnings. # Conflicts: # CMakeLists.txtrelease/4.3a0
parent
62ad643d41
commit
e78f73cfe9
|
|
@ -242,7 +242,7 @@ else()
|
|||
endif()
|
||||
# Add the bundled version of eigen to the include path so that it can still be included
|
||||
# with #include <Eigen/Core>
|
||||
include_directories(BEFORE "gtsam/3rdparty/Eigen/")
|
||||
include_directories(BEFORE SYSTEM "gtsam/3rdparty/Eigen/")
|
||||
|
||||
# set full path to be used by external projects
|
||||
# this will be added to GTSAM_INCLUDE_DIR by gtsam_extra.cmake.in
|
||||
|
|
|
|||
Loading…
Reference in New Issue