From 975ed9f7045a32c5abf3014cb62fe61f9a9201bb Mon Sep 17 00:00:00 2001 From: Adam Cozzette Date: Fri, 16 Sep 2022 15:55:16 -0700 Subject: [PATCH] Make slight change to ordering in src/file_lists.cmake (#10612) This change does not directly do anything useful, but the goal is to confirm that the GitHub action for auto-generating file_lists.cmake will quickly rewrite the file in its canonical form. --- src/file_lists.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/file_lists.cmake b/src/file_lists.cmake index be3d61ee14..0b15b8cc1c 100644 --- a/src/file_lists.cmake +++ b/src/file_lists.cmake @@ -11,8 +11,8 @@ endif() # //pkg:protobuf set(libprotobuf_srcs - ${protobuf_SOURCE_DIR}/src/google/protobuf/any.pb.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/api.pb.cc + ${protobuf_SOURCE_DIR}/src/google/protobuf/any.pb.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/duration.pb.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/empty.pb.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/field_mask.pb.cc