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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.