fbzmq: Update to 2019.10.07.00

Added patch that adds libfolly boost dependencies.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from 7a5326dd29)
This commit is contained in:
Rosen Penev
2019-10-07 10:58:14 -07:00
parent 1220667338
commit d1f0d0f2cc
3 changed files with 24 additions and 39 deletions
+13
View File
@@ -0,0 +1,13 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,6 +34,10 @@ find_package(Threads REQUIRED)
find_package(Boost 1.67.0 MODULE
COMPONENTS
context
+ filesystem
+ program_options
+ regex
+ system
REQUIRED
)