mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user