Skip to content

Commit

Permalink
Merge pull request #1587 from nathanhhughes/fix/tbb_dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal authored Jul 27, 2023
2 parents c5740b2 + 0443bcd commit 19c3939
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/Config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ else()
find_dependency(Boost @BOOST_FIND_MINIMUM_VERSION@ COMPONENTS @BOOST_FIND_MINIMUM_COMPONENTS@)
endif()

if(@GTSAM_USE_TBB@)
find_dependency(TBB 4.4 COMPONENTS tbb tbbmalloc)
endif()

if(@GTSAM_USE_SYSTEM_EIGEN@)
find_dependency(Eigen3 REQUIRED)
endif()
Expand Down

0 comments on commit 19c3939

Please sign in to comment.