We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f034cea + 9f8056e commit cb0ebdbCopy full SHA for cb0ebdb
BUILD.bazel
@@ -66,6 +66,9 @@ cc_library(
66
copts = [
67
"-Wno-deprecated-declarations",
68
],
69
+ defines = [
70
+ 'GZ_TRANSPORT_DEFAULT_IMPLEMENTATION=\\"zeromq\\"',
71
+ ],
72
features = [
73
# Layering check fails for clang build due to no module exporting
74
# `google/protobuf/stubs/common.h`. Unfortunately, the bazel target that
@@ -83,9 +86,6 @@ cc_library(
83
86
"@libuuid",
84
87
"@libzmq",
85
88
- defines = [
- 'GZ_TRANSPORT_DEFAULT_IMPLEMENTATION=\\"zeromq\\"'
- ],
89
)
90
91
cc_library(
@@ -174,4 +174,3 @@ buildifier_test(
174
no_sandbox = True,
175
workspace = "//:MODULE.bazel",
176
177
->>>>>>> fe5dfb7 (Bazel updates (#744))
0 commit comments