Lars Glud

Results 162 comments of Lars Glud

How did you install all dependencies and how did you run cmake?

And you have added vcpkg as a toolchain input? Try show the log from the cmake generation.

Seemlingly it has found boost - is that installed with vcpkg? which version? if you do a clean cache and reconfigure, does it then find it?

Yeah, boost is required. Can you post all lines about boost. I remember I experienced something similiar, but right now I can't remember the solution 😕

Have you built boost as static or dynamic?

Ahh, yes. I did build it as relwithdebug (dynamic/dll though) and I think that file name wasn't recognized, so that could be it.

Its because PCL is build with AVX2 support and when you link it to your exe project, it forwards those flags. But your own library is not build with AVX2...

Ohh ad nice reproduceable sample btw! Thanks for that.

How did you install PCL? How do you make your VS project - cmake? Manual setup of VS++ project?