I am working on a project and I have to use boost and conan to manage my packages. I use the last version on conan center.
boost/1.71.0@conan/stable
On windows I don't have any trouble but on linux, conan doesn't install all the boost dependencies.
For exemple on Linux boost_property_tree
is missing. I have to use boost_property_tree/1.69.0@bincrafters/stable
but it's still missing something. In my case boost/mpl/void_fwd.hpp
is missing so I had to add boost_mpl/1.69.0@bincrafters/stable
but it's still missing.
Someone now why boost is correctly setup on windows but not on linux ?