fbthrift: Update to 2019.10.07.00

Added patch to remove boost-thread dependency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from dbfea329d3)
This commit is contained in:
Rosen Penev
2019-10-07 10:54:24 -07:00
parent 90643b6193
commit 1220667338
4 changed files with 36 additions and 33 deletions
@@ -0,0 +1,10 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -49,7 +49,6 @@ find_package(
program_options
regex
system
- thread
)
include_directories(${Boost_INCLUDE_DIRS})