Skip to content

Commit

Permalink
Add Eigen to system includes
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Jan 9, 2025
1 parent 3ed3c3b commit d2c9f3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gtsam/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ target_include_directories(gtsam SYSTEM BEFORE PUBLIC
# CCOLAMD
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/CCOLAMD/Include>
$<INSTALL_INTERFACE:include/gtsam/3rdparty/CCOLAMD>
# Eigen
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/Eigen>
)

if(WIN32) # Add 'lib' prefix to static library to avoid filename collision with shared library
Expand Down

0 comments on commit d2c9f3a

Please sign in to comment.