Page MenuHomePhabricator

[cmake] Use Boost_THREADAPI to select the flavor of the thread API we want to use on windows
ClosedPublic

Authored by deadalnix on May 2 2018, 21:52.

Details

Summary

This is the proper way to do it. Also updated the depends build to make sure the right dependencies are included.

Test Plan

Build with ninja on linux + cross compilation on windows 32 and 64.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
winboost
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 2520
Build 3160: Bitcoin ABC Buildbot (legacy)
Build 3159: arc lint + arc unit

Event Timeline

schancel retitled this revision from [cmake] Use Boost_THREADAPI to select the flavor of the thred API we want to use on windows to [cmake] Use Boost_THREADAPI to select the flavor of the thread API we want to use on windows.May 3 2018, 04:05
schancel added a subscriber: schancel.

"This is the proper way to do it. "

What is it?

This revision is now accepted and ready to land.May 7 2018, 05:41
This revision was automatically updated to reflect the committed changes.