pcl icon indicating copy to clipboard operation
pcl copied to clipboard

Update windows docker boost and cmake

Open larshg opened this issue 1 year ago • 2 comments

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.

larshg avatar May 05 '24 15:05 larshg

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

mvieth avatar May 06 '24 08:05 mvieth

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

larshg avatar May 06 '24 17:05 larshg