We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0620feb commit 5348aebCopy full SHA for 5348aeb
cmake/gtsam_points-config.cmake.in
@@ -23,6 +23,10 @@ find_dependency(GTSAM_UNSTABLE REQUIRED)
23
find_dependency(OpenMP REQUIRED)
24
find_dependency(Boost REQUIRED COMPONENTS filesystem)
25
26
+if(GTSAM_POINTS_USE_TBB)
27
+ find_dependency(TBB REQUIRED)
28
+endif()
29
+
30
if(BUILD_WITH_CUDA)
31
find_dependency(CUDAToolkit REQUIRED)
32
endif()
0 commit comments