Closed varunagrawal closed 1 year ago
Added TBB support following the paradigm of GTSAM.
The FindTBB.cmake is required since the one provided by TBB doesn't work quite well (you get an error that the lib file can't be found).
FindTBB.cmake
This is needed if you want to compile GTSAM with TBB and then link GTD against it.
CI fails?
Added TBB support following the paradigm of GTSAM.
The
FindTBB.cmake
is required since the one provided by TBB doesn't work quite well (you get an error that the lib file can't be found).This is needed if you want to compile GTSAM with TBB and then link GTD against it.