From: Ruben Perez (rubenperez038_at_[hidden])
Date: 2024-01-14 15:01:57


>
>
>
> > Does referencing other Boost libs in Jamfiles
> > change? Is /boost/test//boost_test
> > (or whatever other lib) still the way?
> > How can I CI test whether my lib adheres
> > to modular Boost practices?
>
> No (there might be exceptions that I don't remember at the moment).
> Your example is invalid though. The current reference for that would
> be something like /boost/test//boost_unit_test_framework (or other
> targets based on what you are using).
>

I wrote that from the top of my head.
My point was the target structure.

Thanks,
Ruben.