diff --git a/third-party/thrift/src/thrift/compiler/CMakeLists.txt b/third-party/thrift/src/thrift/compiler/CMakeLists.txt index 4b75b5566e8807..0d5b71abd30c4b 100644 --- a/third-party/thrift/src/thrift/compiler/CMakeLists.txt +++ b/third-party/thrift/src/thrift/compiler/CMakeLists.txt @@ -152,16 +152,6 @@ target_link_libraries( ${FBTHRIFT_COMPILER_LINK_CXXFS} ) -add_library( - mustache - detail/mustache/mstch.cpp -) -target_link_libraries( - mustache - Boost::boost - fmt::fmt -) - add_library( whisker STATIC @@ -227,7 +217,6 @@ if (BUILD_SHARED_LIBS) compiler_base compiler_lib compiler - mustache whisker compiler_generators PROPERTIES VERSION ${PACKAGE_VERSION} @@ -240,7 +229,6 @@ install( compiler_base compiler_lib compiler - mustache whisker EXPORT fbthrift-exports RUNTIME DESTINATION ${BIN_INSTALL_DIR} diff --git a/third-party/thrift/src/thrift/compiler/generate/CMakeLists.txt b/third-party/thrift/src/thrift/compiler/generate/CMakeLists.txt index 179c39dd0f5054..180751b26725d7 100644 --- a/third-party/thrift/src/thrift/compiler/generate/CMakeLists.txt +++ b/third-party/thrift/src/thrift/compiler/generate/CMakeLists.txt @@ -51,7 +51,6 @@ target_link_libraries( compiler_base compiler_lib compiler - mustache whisker ${OPENSSL_LIBRARIES} )