intel / collision-avoidance-library

A framework for testing and benchmarking collision avoidance strategies
Apache License 2.0
81 stars 38 forks source link

Build: Don't leak host libraries when using yocto sdk #47

Closed mbelluzzo closed 7 years ago

mbelluzzo commented 7 years ago

We should fully support building using yocto sdks. If such sdk are missing some dependences, our build is using the host and compiling the project anyway.

mbelluzzo commented 7 years ago

Fixed by #56