Boost library issues

Has anyone successfully built a project that uses boost thjreads? I tried both the 1.62 and 1.67 versions in rep to no avail. Would building from source (omg the wait) work?

What do you mean exactly?
On which OS? Debian?

apt-get update
apt-get install libboost-thread-dev

Sorry, debian buster.

Yeah, I’ve installed both manually and with libboost-all-dev, both 1.62 and 1.67 are in the repos for some reason and I’ve tried both of those.

Have you compiled code using boost threads?

Further checking has it working now, cmake could NOT find it so I told it to stop checking.