Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove last traces of Boost Thread #3094

Merged
merged 2 commits into from
May 20, 2019

Conversation

SergioRAgostinho
Copy link
Member

Built on top of #3093. Closes #2700.

@SergioRAgostinho SergioRAgostinho added this to the pcl-1.10.0 milestone May 20, 2019
@taketwo taketwo removed the needs: pr merge Specify why not closed/merged yet label May 20, 2019
@SergioRAgostinho
Copy link
Member Author

Next time you modify the docker image, give it a try at removing libboost-thread-dev from the list of packages installed.

@taketwo
Copy link
Member

taketwo commented Aug 6, 2019

Removed libboost-thread-dev, but CMake configuration on Azure failed with:

Could not find the following Boost libraries:

          boost_date_time

So I added libboost-date-time-dev to the image, now works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrating from Boost.Thread to std
2 participants