Skip to content

Commit

Permalink
Fix OSS build (#635)
Browse files Browse the repository at this point in the history
Summary:
mstch was moved to whisker/mstch_compat.h for compatibility in 57f8de8.

We need to remove mustache from the corresponding CMakeLists.txt files to fix it.

Pull Request resolved: #635

Reviewed By: vitaut

Differential Revision: D68268666

Pulled By: yoney

fbshipit-source-id: fadf4c6a5840f6cded04990dcc7b24011a8a5ab8
  • Loading branch information
markbhasawut authored and facebook-github-bot committed Jan 16, 2025
1 parent 39d71b1 commit 13da71c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
12 changes: 0 additions & 12 deletions thrift/compiler/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -227,7 +217,6 @@ if (BUILD_SHARED_LIBS)
compiler_base
compiler_lib
compiler
mustache
whisker
compiler_generators
PROPERTIES VERSION ${PACKAGE_VERSION}
Expand All @@ -240,7 +229,6 @@ install(
compiler_base
compiler_lib
compiler
mustache
whisker
EXPORT fbthrift-exports
RUNTIME DESTINATION ${BIN_INSTALL_DIR}
Expand Down
1 change: 0 additions & 1 deletion thrift/compiler/generate/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ target_link_libraries(
compiler_base
compiler_lib
compiler
mustache
whisker
${OPENSSL_LIBRARIES}
)

0 comments on commit 13da71c

Please sign in to comment.