Commit f3352d86 authored by Wez Furlong's avatar Wez Furlong Committed by Facebook Github Bot

fbzmq: disable build on darwin and windows

Summary:
boost.fiber is not available on macos and is required by fbzmq,
so disable the build on darwin.

In D17128935 I tried to make libzmq build with cmake to build
on windows, but there's a problem with its cmake and it fails
to configure.

So let's just nop out the build for !linux for now.

Reviewed By: jstrizich

Differential Revision: D17129362

fbshipit-source-id: db89010d18707a4105b8d395b1758f738336495d
parent 714c7a17
......@@ -7,9 +7,14 @@ shipit_fbcode_builder = true
[git]
repo_url = https://github.com/facebook/fbzmq.git
[build]
[build.os=linux]
builder = cmake
[build.not(os=linux)]
# boost.fiber is required and that is not available on macos.
# libzmq doesn't currently build on windows.
builder = nop
[dependencies]
boost
folly
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment