Skip to content

Commit 4ef995b

Browse files
authored
Merge branch 'main' into mergify/bp/main/pr-744
Signed-off-by: Ian Chen <ichen@openrobotics.org>
2 parents f034cea + 9f8056e commit 4ef995b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

BUILD.bazel

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ cc_library(
6666
copts = [
6767
"-Wno-deprecated-declarations",
6868
],
69+
defines = [
70+
'GZ_TRANSPORT_DEFAULT_IMPLEMENTATION=\\"zeromq\\"',
71+
],
6972
features = [
7073
# Layering check fails for clang build due to no module exporting
7174
# `google/protobuf/stubs/common.h`. Unfortunately, the bazel target that
@@ -83,9 +86,6 @@ cc_library(
8386
"@libuuid",
8487
"@libzmq",
8588
],
86-
defines = [
87-
'GZ_TRANSPORT_DEFAULT_IMPLEMENTATION=\\"zeromq\\"'
88-
],
8989
)
9090

9191
cc_library(
@@ -173,5 +173,4 @@ buildifier_test(
173173
mode = "diff",
174174
no_sandbox = True,
175175
workspace = "//:MODULE.bazel",
176-
)
177-
>>>>>>> fe5dfb7 (Bazel updates (#744))
176+
)

0 commit comments

Comments
 (0)