fbthrift: Update to 2019-09-22

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from 7139cddccf)
This commit is contained in:
Rosen Penev
2019-08-11 21:46:29 -07:00
parent 7319d940fb
commit d4f1b24ea9
2 changed files with 43 additions and 20 deletions
+14
View File
@@ -0,0 +1,14 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -44,7 +44,11 @@ endif(MSVC)
find_package(
Boost 1.54.0 REQUIRED #1.54.0 or greater
COMPONENTS
+ context
+ date_time
filesystem
+ program_options
+ regex
system
thread
)