Skip to content

Commit 4d5c318

Browse files
tanquerfacebook-github-bot
authored andcommitted
Fix the OSS build
Summary: Typo introduced by D80006546 which fail the ncclx oss build. Reviewed By: max7255, vitaut Differential Revision: D80147769 Privacy Context Container: L1081744 fbshipit-source-id: a16a71c680a04fc346f446d4f7f02c33364128f0
1 parent b602c1f commit 4d5c318

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/fbcode_builder/CMake/FBThriftCppLibrary.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ 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"
89+
"${output_dir}/gen-cpp2/${service}_types_serialization.cpp"
9090
)
9191
endforeach()
9292

0 commit comments

Comments
 (0)