borglab / GTDynamics

Full kinodynamics constraints for arbitrary robot configurations with factor graphs.
BSD 2-Clause "Simplified" License
39 stars 10 forks source link

Fix TBB linking #381

Closed varunagrawal closed 10 months ago

varunagrawal commented 10 months ago

Update the CMake files to allow for correct linking of TBB, which is currently failing in the CI.

The main change is to delete the FindTBB.cmake file which allows CMake to use the FindTBB version provided by TBB instead.