On 5/4/26 15:17, Adrian Bunk wrote:
But the issue might lie in the way Boost splits its implementation. This
finds the unit testing library, but not the main. There may have been a
change that makes the main library its own dependency whereas earlier it was
part of boost-test. Sometimes people want to use their own main, even if
using a testing framework.
What makes meson find static libraries instead of shared libraries?
This is defined by the "static" keyword to the dependency() function:
https://mesonbuild.com/Reference-manual_functions_dependency.html