Skip to content

Commit

Permalink
OSS build for more of thrift-python runtime
Browse files Browse the repository at this point in the history
Summary: This diff builds everything required for an OSS thrift-python server (i.e., one using `thrift.python.server` module) to build and run correctly.

Reviewed By: xli

Differential Revision: D68907269

fbshipit-source-id: dd51e81500356c615e4951bfb92e1e5db62c795f
  • Loading branch information
jmswen authored and facebook-github-bot committed Feb 12, 2025
1 parent 91b7afc commit dadb9cd
Show file tree
Hide file tree
Showing 4 changed files with 457 additions and 254 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ else()
endif()

find_dependency(ZLIB REQUIRED)
find_package(mvfst CONFIG REQUIRED)
# find_package(mvfst CONFIG REQUIRED)

if (NOT TARGET FBThrift::thriftcpp2)
include("${FBTHRIFT_CMAKE_DIR}/FBThriftTargets.cmake")
Expand Down
Loading

0 comments on commit dadb9cd

Please sign in to comment.