GitHub user nsuke opened a pull request:
https://github.com/apache/thrift/pull/321
THRIFT-2893 CMake build fails with boost thread or std thread
Following changes are made to fix the build
* Add USE_..._THREAD compiler definitions correctly
* Link to boost_thread and boost_system when configured with boost thread
* Use PlatformThreadFactory in test code
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nsuke/thrift THRIFT-2893
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/321.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #321
----
commit 3d13e7967cdb7c717d63084114d8a11978e03ca9
Author: Nobuaki Sukegawa <[email protected]>
Date: 2014-12-15T18:24:37Z
THRIFT-2893 CMake build fails with boost thread or std thread
Following changes are made to fix the build
* Add USE_..._THREAD compiler definitions correctly
* Link to boost_thread and boost_system when configured with boost thread
* Use PlatformThreadFactory in test code
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---