Skip to content

Commit 2e8c647

Browse files
vitautfacebook-github-bot
authored andcommitted
Fix the add_fbthrift_cpp_library CMake function
Summary: `${service}_processmap_serialization.cpp` was mistakenly added to source files in D80006546 while we do not generate this file. Fix it to unbreak fboss and other users of `add_fbthrift_cpp_library`. Reviewed By: tanquer Differential Revision: D80189355 fbshipit-source-id: e24f3d38ca8f1762c2636c6c4e4bc5e80aa0699d
1 parent 5050737 commit 2e8c647

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build/fbcode_builder/CMake/FBThriftCppLibrary.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ function(add_fbthrift_cpp_library LIB_NAME THRIFT_FILE)
8686
"${output_dir}/gen-cpp2/${service}AsyncClient.cpp"
8787
"${output_dir}/gen-cpp2/${service}_processmap_binary.cpp"
8888
"${output_dir}/gen-cpp2/${service}_processmap_compact.cpp"
89-
"${output_dir}/gen-cpp2/${service}_processmap_serialization.cpp"
9089
)
9190
endforeach()
9291

0 commit comments

Comments
 (0)