PointCloudLibrary / pcl

Point Cloud Library (PCL)
https://pointclouds.org/
Other
9.64k stars 4.59k forks source link

Update windows docker boost and cmake #6033

Closed larshg closed 1 month ago

larshg commented 1 month ago

Only install boost-filesystem and boost-iostreams and their dependencies instead of all of boost. Don't limit cmake version, as it should have been fixed.

mvieth commented 1 month ago

It is a good idea to reduce the boost dependencies, however it seems we need more than just filesystem and iostreams. We could use the ones that vcpkg also uses: https://github.com/microsoft/vcpkg/blob/master/ports/pcl/vcpkg.json

larshg commented 1 month ago

Yeah, I could have looked there but I just added locally until it would build. Seems some could be removed on vcpkg. Ie. datetime.