Results 148 comments of Simone Gasparini

Hi, thanks for reporting. I still see `system` among the components here https://www.boost.org/libraries/latest/grid/ Maybe you did not install it? What is actually deprecated is the findBoost module of CMake (Warning...

Ok I see. Thanks for the heads up, I guess we will have to switch to boost 1.89 and eigen 5 at some point. For boost it's kind of a...

@sehe @fredleb Out of curiosity, have you tried to just remove boost::system from the CMake? Does it compile? I suspect that we don't even depend on boost::system, at least not...

Ok I made a quick test on macos (without cuda) it compiles fine without boost::system explicitly declared. @griwodz do you remember if in the cuda part anything related to boost::system...

@sehe Sure, I was talking more from a CMake perspective. Boost provides targets `Boost::xxxx` only for the libraries that require linking, e.g. `Boost::filesystem` etc. If in 1.89 they switch to...

You can try this https://github.com/alicevision/CCTag/tree/dep/fix_boost to see if it works with 1.89

It comes from #168, something to do with vcpkg. If we can safely remove it I'm all for it

@philippremy you can try #232 I suspect that it has something to do with the way vcpkg packages each component, which is different than the official boost one or the...