Skip to content

Commit 5348aeb

Browse files
manually find TBB
1 parent 0620feb commit 5348aeb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cmake/gtsam_points-config.cmake.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ find_dependency(GTSAM_UNSTABLE REQUIRED)
2323
find_dependency(OpenMP REQUIRED)
2424
find_dependency(Boost REQUIRED COMPONENTS filesystem)
2525

26+
if(GTSAM_POINTS_USE_TBB)
27+
find_dependency(TBB REQUIRED)
28+
endif()
29+
2630
if(BUILD_WITH_CUDA)
2731
find_dependency(CUDAToolkit REQUIRED)
2832
endif()

0 commit comments

Comments
 (0)