Skip to content

Commit

Permalink
Merge pull request #1567 from talregev/TalR/fix_tbb
Browse files Browse the repository at this point in the history
  • Loading branch information
dellaert committed Jul 17, 2023
2 parents 4de2d46 + 6fc2e36 commit 24b0e77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 324 deletions.
323 changes: 0 additions & 323 deletions cmake/FindTBB.cmake

This file was deleted.

2 changes: 1 addition & 1 deletion cmake/HandleTBB.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (GTSAM_WITH_TBB)
endif()
# all definitions and link requisites will go via imported targets:
# tbb & tbbmalloc
list(APPEND GTSAM_ADDITIONAL_LIBRARIES tbb tbbmalloc)
list(APPEND GTSAM_ADDITIONAL_LIBRARIES TBB::tbb TBB::tbbmalloc)
else()
set(GTSAM_USE_TBB 0) # This will go into config.h
endif()
Expand Down

0 comments on commit 24b0e77

Please sign in to comment.