I ran into a compilation issue with the sot-core unit-tests concerning the dependency on the tracer.
One tests (or several) had this -ltarget as dependency which could not be found for some reasons.
So looking at the dynamic-graph package it appears that the plugin is properly exported.
So now the unit-tests depends on dynamic-gaph::tracer instead of tracer
I ran into a compilation issue with the sot-core unit-tests concerning the dependency on the tracer. One tests (or several) had this
-ltarget
as dependency which could not be found for some reasons.So looking at the dynamic-graph package it appears that the plugin is properly exported. So now the unit-tests depends on
dynamic-gaph::tracer
instead oftracer
Let me know what you think.